Color spaces of #decc37
RGB | 222 | 204 | 55 |
---|---|---|---|
HSL | 0.15 | 0.72 | 0.54 |
HSV | 54° | 75° | 87° |
CMYK | 0.00 | 0.08 | 0.75 0.13 |
XYZ | 52.4067 | 58.9912 | 12.2387 |
Yxy | 58.9912 | 0.4239 | 0.4771 |
Hunter Lab | 76.8057 | -12.6145 | 44.3164 |
CIE-Lab | 81.2868 | -9.3373 | 71.2148 |
#decc37 color RGB value is (222,204,55).
#decc37 hex color red value is 222, green value is 204 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #decc37 hue: 0.15 , saturation: 0.72 and the lightness value of decc37 is 0.54.
The process color (four color CMYK) of #decc37 color hex is 0.00, 0.08, 0.75, 0.13. Web safe color of #decc37 is #cccc33. Color #decc37 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001100 | 00110111 |
Octal | 336 | 314 | 67 |
Decimal | 222 | 204 | 55 |
Hex | DE | CC | 37 |
Shades of #decc37
Tints of #decc37
RGB Percentages of Color #decc37
CMYK Percentages of Color #decc37
Complementary Color
#decc37 | #3749de |
#decc37 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#decc37 Color Preview on White Background
Lorem ipsum dolor sit amet.
#decc37 Color CSS Codes
.mybgcolor {background-color:#decc37; } .myforecolor {color:#decc37; } .mybordercolor {border:3px solid #decc37; }
#decc37 Text Font Color
<p style="color:#decc37">Text here</p>
This sample text font color is #decc37
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#decc37 Background Color
<div style="background-color:#decc37">
Div content here</div>
This div background color is #decc37
#decc37 Border Color
<div style="border:3px solid #decc37">
Div here</div>
This div border color is #decc37
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,204,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #decc37; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #decc37; -webkit-box-shadow: 1px 1px 3px 2px #decc37; box-shadow: 1px 1px 3px 2px #decc37; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,204,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #decc37">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #decc37; -webkit-box-shadow: 1px 1px 3px 2px #decc37; box-shadow: 1px 1px 3px 2px #decc37;">
Div content here</div>
This div box has shadow with color #decc37
Comments
No comments written yet.
Please login to write comment.