Color spaces of #cc900f
RGB | 204 | 144 | 15 |
---|---|---|---|
HSL | 0.11 | 0.86 | 0.43 |
HSV | 41° | 93° | 80° |
CMYK | 0.00 | 0.29 | 0.93 0.20 |
XYZ | 34.9613 | 32.8184 | 4.9439 |
Yxy | 32.8184 | 0.4807 | 0.4513 |
Hunter Lab | 57.2873 | 8.6821 | 34.9844 |
CIE-Lab | 64.0136 | 13.3640 | 66.6035 |
#cc900f color RGB value is (204,144,15).
#cc900f hex color red value is 204, green value is 144 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cc900f hue: 0.11 , saturation: 0.86 and the lightness value of cc900f is 0.43.
The process color (four color CMYK) of #cc900f color hex is 0.00, 0.29, 0.93, 0.20. Web safe color of #cc900f is #cc9900. Color #cc900f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10010000 | 00001111 |
Octal | 314 | 220 | 17 |
Decimal | 204 | 144 | 15 |
Hex | CC | 90 | F |
Shades of #cc900f
Tints of #cc900f
RGB Percentages of Color #cc900f
CMYK Percentages of Color #cc900f
Complementary Color
#cc900f | #0f4bcc |
#cc900f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc900f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc900f Color CSS Codes
.mybgcolor {background-color:#cc900f; } .myforecolor {color:#cc900f; } .mybordercolor {border:3px solid #cc900f; }
#cc900f Text Font Color
<p style="color:#cc900f">Text here</p>
This sample text font color is #cc900f
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.
#cc900f Background Color
<div style="background-color:#cc900f">
Div content here</div>
This div background color is #cc900f
#cc900f Border Color
<div style="border:3px solid #cc900f">
Div here</div>
This div border color is #cc900f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,144,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc900f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc900f; -webkit-box-shadow: 1px 1px 3px 2px #cc900f; box-shadow: 1px 1px 3px 2px #cc900f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,144,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc900f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc900f; -webkit-box-shadow: 1px 1px 3px 2px #cc900f; box-shadow: 1px 1px 3px 2px #cc900f;">
Div content here</div>
This div box has shadow with color #cc900f
#cc900f Color Palettes
Comments
No comments written yet.
Please login to write comment.