Shades of Deco #CDD178
Tints of Deco #CDD178
RGB
CMYK
RGB Variations
Color information
#CDD178 (or 0xCDD178) is known color: Deco. HEX triplet: CD, D1 and 78. RGB value is (205,209,120). Sum of RGB (Red+Green+Blue) = 205+209+120=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD178 is #322E87. Grayscale: #C6C6C6. Windows color (decimal): -3288712 or 7918029. OLE color: 7918029.
HSL color Cylindrical-coordinate representation of color #CDD178: hue angle of 62.7º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDD178 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 120 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.18 |
| HSL | 62.7º | 0.49% | 0.65% | - |
| HSV(B) | 62.7º | 0.43% | 0.82% | - |
| XYZ | 51.37 | 59.94 | 26.63 | - |
| YUV | 197.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 120 | 0.02 | 0 | 0.43 | 0.18 | 62.7 | 0.49 | 0.65 |
| Hex | CD | D1 | 78 | 2 | 0 | 2B | 12 | 3F | 31 | 41 |
| Octal | 315 | 321 | 170 | 2 | 0 | 53 | 22 | 77 | 61 | 101 |
| Binary | 11001101 | 11010001 | 1111000 | 10 | 0 | 101011 | 10010 | 111111 | 110001 | 1000001 |
Color Harmonies of #CDD178
Complementary color
Monochromatic Colors of #CDD178
Black with #CDD178
Text Example
Text Example
White with #CDD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD178; }
p { color: rgb(205,209,120); }
H1.HeaderClassName
{
color: #CDD178;
}
.AnyTagClassName
{
color: #CDD178;
}
</style>
background-color css
<style>
a { background-color: #CDD178; }
a { background-color: rgb(205,209,120); }
div.DivClassName
{
background-color: #CDD178;
}
.BgClassName
{
background-color: #CDD178;
}
</style>
border-color css
<style>
span { border-color: #CDD178; }
span { border-color: rgb(205,209,120); }
td.TdClassName
{
border-color: #CDD178;
}
.TagClassName
{
border-color: #CDD178;
}
</style>