Shades of Deco #CDD276
Tints of Deco #CDD276
RGB
CMYK
RGB Variations
Color information
#CDD276 (or 0xCDD276) is known color: Deco. HEX triplet: CD, D2 and 76. RGB value is (205,210,118). Sum of RGB (Red+Green+Blue) = 205+210+118=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD276 is #322D89. Grayscale: #C6C6C6. Windows color (decimal): -3288458 or 7787213. OLE color: 7787213.
HSL color Cylindrical-coordinate representation of color #CDD276: hue angle of 63.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD276 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 118 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.18 |
| HSL | 63.26º | 0.51% | 0.64% | - |
| HSV(B) | 63.26º | 0.44% | 0.82% | - |
| XYZ | 51.49 | 60.38 | 26.08 | - |
| YUV | 198.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 118 | 0.02 | 0 | 0.44 | 0.18 | 63.26 | 0.51 | 0.64 |
| Hex | CD | D2 | 76 | 2 | 0 | 2C | 12 | 3F | 33 | 40 |
| Octal | 315 | 322 | 166 | 2 | 0 | 54 | 22 | 77 | 63 | 100 |
| Binary | 11001101 | 11010010 | 1110110 | 10 | 0 | 101100 | 10010 | 111111 | 110011 | 1000000 |
Color Harmonies of #CDD276
Complementary color
Monochromatic Colors of #CDD276
Black with #CDD276
Text Example
Text Example
White with #CDD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD276; }
p { color: rgb(205,210,118); }
H1.HeaderClassName
{
color: #CDD276;
}
.AnyTagClassName
{
color: #CDD276;
}
</style>
background-color css
<style>
a { background-color: #CDD276; }
a { background-color: rgb(205,210,118); }
div.DivClassName
{
background-color: #CDD276;
}
.BgClassName
{
background-color: #CDD276;
}
</style>
border-color css
<style>
span { border-color: #CDD276; }
span { border-color: rgb(205,210,118); }
td.TdClassName
{
border-color: #CDD276;
}
.TagClassName
{
border-color: #CDD276;
}
</style>