Shades of Deco #CDD778
Tints of Deco #CDD778
RGB
CMYK
RGB Variations
Color information
#CDD778 (or 0xCDD778) is known color: Deco. HEX triplet: CD, D7 and 78. RGB value is (205,215,120). Sum of RGB (Red+Green+Blue) = 205+215+120=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD778 is #322887. Grayscale: #C9C9C9. Windows color (decimal): -3287176 or 7919565. OLE color: 7919565.
HSL color Cylindrical-coordinate representation of color #CDD778: hue angle of 66.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD778 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 120 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.16 |
| HSL | 66.32º | 0.54% | 0.66% | - |
| HSV(B) | 66.32º | 0.44% | 0.84% | - |
| XYZ | 52.87 | 62.94 | 27.13 | - |
| YUV | 201.18 | 82.19 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 120 | 0.05 | 0 | 0.44 | 0.16 | 66.32 | 0.54 | 0.66 |
| Hex | CD | D7 | 78 | 5 | 0 | 2C | 10 | 42 | 36 | 42 |
| Octal | 315 | 327 | 170 | 5 | 0 | 54 | 20 | 102 | 66 | 102 |
| Binary | 11001101 | 11010111 | 1111000 | 101 | 0 | 101100 | 10000 | 1000010 | 110110 | 1000010 |
Color Harmonies of #CDD778
Complementary color
Monochromatic Colors of #CDD778
Black with #CDD778
Text Example
Text Example
White with #CDD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD778; }
p { color: rgb(205,215,120); }
H1.HeaderClassName
{
color: #CDD778;
}
.AnyTagClassName
{
color: #CDD778;
}
</style>
background-color css
<style>
a { background-color: #CDD778; }
a { background-color: rgb(205,215,120); }
div.DivClassName
{
background-color: #CDD778;
}
.BgClassName
{
background-color: #CDD778;
}
</style>
border-color css
<style>
span { border-color: #CDD778; }
span { border-color: rgb(205,215,120); }
td.TdClassName
{
border-color: #CDD778;
}
.TagClassName
{
border-color: #CDD778;
}
</style>