Shades of Deco #CDD078
Tints of Deco #CDD078
RGB
CMYK
RGB Variations
Color information
#CDD078 (or 0xCDD078) is known color: Deco. HEX triplet: CD, D0 and 78. RGB value is (205,208,120). Sum of RGB (Red+Green+Blue) = 205+208+120=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD078 is #322F87. Grayscale: #C5C5C5. Windows color (decimal): -3288968 or 7917773. OLE color: 7917773.
HSL color Cylindrical-coordinate representation of color #CDD078: hue angle of 62.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD078 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 120 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.18 |
| HSL | 62.05º | 0.48% | 0.64% | - |
| HSV(B) | 62.05º | 0.42% | 0.82% | - |
| XYZ | 51.12 | 59.45 | 26.55 | - |
| YUV | 197.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 120 | 0.01 | 0 | 0.42 | 0.18 | 62.05 | 0.48 | 0.64 |
| Hex | CD | D0 | 78 | 1 | 0 | 2A | 12 | 3E | 30 | 40 |
| Octal | 315 | 320 | 170 | 1 | 0 | 52 | 22 | 76 | 60 | 100 |
| Binary | 11001101 | 11010000 | 1111000 | 1 | 0 | 101010 | 10010 | 111110 | 110000 | 1000000 |
Color Harmonies of #CDD078
Complementary color
Monochromatic Colors of #CDD078
Black with #CDD078
Text Example
Text Example
White with #CDD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD078; }
p { color: rgb(205,208,120); }
H1.HeaderClassName
{
color: #CDD078;
}
.AnyTagClassName
{
color: #CDD078;
}
</style>
background-color css
<style>
a { background-color: #CDD078; }
a { background-color: rgb(205,208,120); }
div.DivClassName
{
background-color: #CDD078;
}
.BgClassName
{
background-color: #CDD078;
}
</style>
border-color css
<style>
span { border-color: #CDD078; }
span { border-color: rgb(205,208,120); }
td.TdClassName
{
border-color: #CDD078;
}
.TagClassName
{
border-color: #CDD078;
}
</style>