Shades of Deco #CDD578
Tints of Deco #CDD578
RGB
CMYK
RGB Variations
Color information
#CDD578 (or 0xCDD578) is known color: Deco. HEX triplet: CD, D5 and 78. RGB value is (205,213,120). Sum of RGB (Red+Green+Blue) = 205+213+120=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD578 is #322A87. Grayscale: #C8C8C8. Windows color (decimal): -3287688 or 7919053. OLE color: 7919053.
HSL color Cylindrical-coordinate representation of color #CDD578: hue angle of 65.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD578 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 120 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.16 |
| HSL | 65.16º | 0.53% | 0.65% | - |
| HSV(B) | 65.16º | 0.44% | 0.84% | - |
| XYZ | 52.36 | 61.92 | 26.96 | - |
| YUV | 200.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 120 | 0.04 | 0 | 0.44 | 0.16 | 65.16 | 0.53 | 0.65 |
| Hex | CD | D5 | 78 | 4 | 0 | 2C | 10 | 41 | 35 | 41 |
| Octal | 315 | 325 | 170 | 4 | 0 | 54 | 20 | 101 | 65 | 101 |
| Binary | 11001101 | 11010101 | 1111000 | 100 | 0 | 101100 | 10000 | 1000001 | 110101 | 1000001 |
Color Harmonies of #CDD578
Complementary color
Monochromatic Colors of #CDD578
Black with #CDD578
Text Example
Text Example
White with #CDD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD578; }
p { color: rgb(205,213,120); }
H1.HeaderClassName
{
color: #CDD578;
}
.AnyTagClassName
{
color: #CDD578;
}
</style>
background-color css
<style>
a { background-color: #CDD578; }
a { background-color: rgb(205,213,120); }
div.DivClassName
{
background-color: #CDD578;
}
.BgClassName
{
background-color: #CDD578;
}
</style>
border-color css
<style>
span { border-color: #CDD578; }
span { border-color: rgb(205,213,120); }
td.TdClassName
{
border-color: #CDD578;
}
.TagClassName
{
border-color: #CDD578;
}
</style>