Shades of Deco #CDD07F
Tints of Deco #CDD07F
RGB
CMYK
RGB Variations
Color information
#CDD07F (or 0xCDD07F) is known color: Deco. HEX triplet: CD, D0 and 7F. RGB value is (205,208,127). Sum of RGB (Red+Green+Blue) = 205+208+127=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD07F is #322F80. Grayscale: #C6C6C6. Windows color (decimal): -3288961 or 8376525. OLE color: 8376525.
HSL color Cylindrical-coordinate representation of color #CDD07F: hue angle of 62.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDD07F is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 127 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.18 |
| HSL | 62.22º | 0.46% | 0.66% | - |
| HSV(B) | 62.22º | 0.39% | 0.82% | - |
| XYZ | 51.56 | 59.62 | 28.87 | - |
| YUV | 197.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 127 | 0.01 | 0 | 0.39 | 0.18 | 62.22 | 0.46 | 0.66 |
| Hex | CD | D0 | 7F | 1 | 0 | 27 | 12 | 3E | 2E | 42 |
| Octal | 315 | 320 | 177 | 1 | 0 | 47 | 22 | 76 | 56 | 102 |
| Binary | 11001101 | 11010000 | 1111111 | 1 | 0 | 100111 | 10010 | 111110 | 101110 | 1000010 |
Color Harmonies of #CDD07F
Complementary color
Monochromatic Colors of #CDD07F
Black with #CDD07F
Text Example
Text Example
White with #CDD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD07F; }
p { color: rgb(205,208,127); }
H1.HeaderClassName
{
color: #CDD07F;
}
.AnyTagClassName
{
color: #CDD07F;
}
</style>
background-color css
<style>
a { background-color: #CDD07F; }
a { background-color: rgb(205,208,127); }
div.DivClassName
{
background-color: #CDD07F;
}
.BgClassName
{
background-color: #CDD07F;
}
</style>
border-color css
<style>
span { border-color: #CDD07F; }
span { border-color: rgb(205,208,127); }
td.TdClassName
{
border-color: #CDD07F;
}
.TagClassName
{
border-color: #CDD07F;
}
</style>