Shades of Deco #CDD275
Tints of Deco #CDD275
RGB
CMYK
RGB Variations
Color information
#CDD275 (or 0xCDD275) is known color: Deco. HEX triplet: CD, D2 and 75. RGB value is (205,210,117). Sum of RGB (Red+Green+Blue) = 205+210+117=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD275 is #322D8A. Grayscale: #C6C6C6. Windows color (decimal): -3288459 or 7721677. OLE color: 7721677.
HSL color Cylindrical-coordinate representation of color #CDD275: hue angle of 63.23º 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 #CDD275 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 117 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.18 |
| HSL | 63.23º | 0.51% | 0.64% | - |
| HSV(B) | 63.23º | 0.44% | 0.82% | - |
| XYZ | 51.43 | 60.36 | 25.77 | - |
| YUV | 197.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 117 | 0.02 | 0 | 0.44 | 0.18 | 63.23 | 0.51 | 0.64 |
| Hex | CD | D2 | 75 | 2 | 0 | 2C | 12 | 3F | 33 | 40 |
| Octal | 315 | 322 | 165 | 2 | 0 | 54 | 22 | 77 | 63 | 100 |
| Binary | 11001101 | 11010010 | 1110101 | 10 | 0 | 101100 | 10010 | 111111 | 110011 | 1000000 |
Color Harmonies of #CDD275
Complementary color
Monochromatic Colors of #CDD275
Black with #CDD275
Text Example
Text Example
White with #CDD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD275; }
p { color: rgb(205,210,117); }
H1.HeaderClassName
{
color: #CDD275;
}
.AnyTagClassName
{
color: #CDD275;
}
</style>
background-color css
<style>
a { background-color: #CDD275; }
a { background-color: rgb(205,210,117); }
div.DivClassName
{
background-color: #CDD275;
}
.BgClassName
{
background-color: #CDD275;
}
</style>
border-color css
<style>
span { border-color: #CDD275; }
span { border-color: rgb(205,210,117); }
td.TdClassName
{
border-color: #CDD275;
}
.TagClassName
{
border-color: #CDD275;
}
</style>