Shades of Deco #CDD877
Tints of Deco #CDD877
RGB
CMYK
RGB Variations
Color information
#CDD877 (or 0xCDD877) is known color: Deco. HEX triplet: CD, D8 and 77. RGB value is (205,216,119). Sum of RGB (Red+Green+Blue) = 205+216+119=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD877 is #322788. Grayscale: #CACACA. Windows color (decimal): -3286921 or 7854285. OLE color: 7854285.
HSL color Cylindrical-coordinate representation of color #CDD877: hue angle of 66.8º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDD877 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 119 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.15 |
| HSL | 66.8º | 0.55% | 0.66% | - |
| HSV(B) | 66.8º | 0.45% | 0.85% | - |
| XYZ | 53.06 | 63.42 | 26.9 | - |
| YUV | 201.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 119 | 0.05 | 0 | 0.45 | 0.15 | 66.8 | 0.55 | 0.66 |
| Hex | CD | D8 | 77 | 5 | 0 | 2D | F | 43 | 37 | 42 |
| Octal | 315 | 330 | 167 | 5 | 0 | 55 | 17 | 103 | 67 | 102 |
| Binary | 11001101 | 11011000 | 1110111 | 101 | 0 | 101101 | 1111 | 1000011 | 110111 | 1000010 |
Color Harmonies of #CDD877
Complementary color
Monochromatic Colors of #CDD877
Black with #CDD877
Text Example
Text Example
White with #CDD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD877; }
p { color: rgb(205,216,119); }
H1.HeaderClassName
{
color: #CDD877;
}
.AnyTagClassName
{
color: #CDD877;
}
</style>
background-color css
<style>
a { background-color: #CDD877; }
a { background-color: rgb(205,216,119); }
div.DivClassName
{
background-color: #CDD877;
}
.BgClassName
{
background-color: #CDD877;
}
</style>
border-color css
<style>
span { border-color: #CDD877; }
span { border-color: rgb(205,216,119); }
td.TdClassName
{
border-color: #CDD877;
}
.TagClassName
{
border-color: #CDD877;
}
</style>