Shades of Deco #CDD37F
Tints of Deco #CDD37F
RGB
CMYK
RGB Variations
Color information
#CDD37F (or 0xCDD37F) is known color: Deco. HEX triplet: CD, D3 and 7F. RGB value is (205,211,127). Sum of RGB (Red+Green+Blue) = 205+211+127=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD37F is #322C80. Grayscale: #C7C7C7. Windows color (decimal): -3288193 or 8377293. OLE color: 8377293.
HSL color Cylindrical-coordinate representation of color #CDD37F: hue angle of 64.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDD37F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 127 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.17 |
| HSL | 64.29º | 0.49% | 0.66% | - |
| HSV(B) | 64.29º | 0.4% | 0.83% | - |
| XYZ | 52.3 | 61.1 | 29.12 | - |
| YUV | 199.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 127 | 0.03 | 0 | 0.40 | 0.17 | 64.29 | 0.49 | 0.66 |
| Hex | CD | D3 | 7F | 3 | 0 | 28 | 11 | 40 | 31 | 42 |
| Octal | 315 | 323 | 177 | 3 | 0 | 50 | 21 | 100 | 61 | 102 |
| Binary | 11001101 | 11010011 | 1111111 | 11 | 0 | 101000 | 10001 | 1000000 | 110001 | 1000010 |
Color Harmonies of #CDD37F
Complementary color
Monochromatic Colors of #CDD37F
Black with #CDD37F
Text Example
Text Example
White with #CDD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD37F; }
p { color: rgb(205,211,127); }
H1.HeaderClassName
{
color: #CDD37F;
}
.AnyTagClassName
{
color: #CDD37F;
}
</style>
background-color css
<style>
a { background-color: #CDD37F; }
a { background-color: rgb(205,211,127); }
div.DivClassName
{
background-color: #CDD37F;
}
.BgClassName
{
background-color: #CDD37F;
}
</style>
border-color css
<style>
span { border-color: #CDD37F; }
span { border-color: rgb(205,211,127); }
td.TdClassName
{
border-color: #CDD37F;
}
.TagClassName
{
border-color: #CDD37F;
}
</style>