Shades of Deco #CDD376
Tints of Deco #CDD376
RGB
CMYK
RGB Variations
Color information
#CDD376 (or 0xCDD376) is known color: Deco. HEX triplet: CD, D3 and 76. RGB value is (205,211,118). Sum of RGB (Red+Green+Blue) = 205+211+118=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD376 is #322C89. Grayscale: #C6C6C6. Windows color (decimal): -3288202 or 7787469. OLE color: 7787469.
HSL color Cylindrical-coordinate representation of color #CDD376: hue angle of 63.87º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD376 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 118 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.17 |
| HSL | 63.87º | 0.51% | 0.65% | - |
| HSV(B) | 63.87º | 0.44% | 0.83% | - |
| XYZ | 51.74 | 60.88 | 26.16 | - |
| YUV | 198.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 118 | 0.03 | 0 | 0.44 | 0.17 | 63.87 | 0.51 | 0.65 |
| Hex | CD | D3 | 76 | 3 | 0 | 2C | 11 | 40 | 33 | 41 |
| Octal | 315 | 323 | 166 | 3 | 0 | 54 | 21 | 100 | 63 | 101 |
| Binary | 11001101 | 11010011 | 1110110 | 11 | 0 | 101100 | 10001 | 1000000 | 110011 | 1000001 |
Color Harmonies of #CDD376
Complementary color
Monochromatic Colors of #CDD376
Black with #CDD376
Text Example
Text Example
White with #CDD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD376; }
p { color: rgb(205,211,118); }
H1.HeaderClassName
{
color: #CDD376;
}
.AnyTagClassName
{
color: #CDD376;
}
</style>
background-color css
<style>
a { background-color: #CDD376; }
a { background-color: rgb(205,211,118); }
div.DivClassName
{
background-color: #CDD376;
}
.BgClassName
{
background-color: #CDD376;
}
</style>
border-color css
<style>
span { border-color: #CDD376; }
span { border-color: rgb(205,211,118); }
td.TdClassName
{
border-color: #CDD376;
}
.TagClassName
{
border-color: #CDD376;
}
</style>