Color spaces of #cdcc40
RGB | 205 | 204 | 64 |
---|---|---|---|
HSL | 0.17 | 0.59 | 0.53 |
HSV | 60° | 69° | 80° |
CMYK | 0.00 | 0.00 | 0.69 0.20 |
XYZ | 47.6951 | 56.5350 | 13.2490 |
Yxy | 56.5350 | 0.4060 | 0.4812 |
Hunter Lab | 75.1898 | -18.3542 | 42.1855 |
CIE-Lab | 79.9173 | -16.1095 | 66.2677 |
#cdcc40 color RGB value is (205,204,64).
#cdcc40 hex color red value is 205, green value is 204 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cdcc40 hue: 0.17 , saturation: 0.59 and the lightness value of cdcc40 is 0.53.
The process color (four color CMYK) of #cdcc40 color hex is 0.00, 0.00, 0.69, 0.20. Web safe color of #cdcc40 is #cccc33. Color #cdcc40 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001100 | 01000000 |
Octal | 315 | 314 | 100 |
Decimal | 205 | 204 | 64 |
Hex | CD | CC | 40 |
Shades of #cdcc40
Tints of #cdcc40
RGB Percentages of Color #cdcc40
CMYK Percentages of Color #cdcc40
Complementary Color
#cdcc40 | #4041cd |
#cdcc40 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcc40 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcc40 Color CSS Codes
.mybgcolor {background-color:#cdcc40; } .myforecolor {color:#cdcc40; } .mybordercolor {border:3px solid #cdcc40; }
#cdcc40 Text Font Color
<p style="color:#cdcc40">Text here</p>
This sample text font color is #cdcc40
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.
#cdcc40 Background Color
<div style="background-color:#cdcc40">
Div content here</div>
This div background color is #cdcc40
#cdcc40 Border Color
<div style="border:3px solid #cdcc40">
Div here</div>
This div border color is #cdcc40
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,204,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcc40; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcc40; -webkit-box-shadow: 1px 1px 3px 2px #cdcc40; box-shadow: 1px 1px 3px 2px #cdcc40; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,204,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcc40">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcc40; -webkit-box-shadow: 1px 1px 3px 2px #cdcc40; box-shadow: 1px 1px 3px 2px #cdcc40;">
Div content here</div>
This div box has shadow with color #cdcc40
Comments
No comments written yet.
Please login to write comment.