Shades of Deco #CDD575
Tints of Deco #CDD575
RGB
CMYK
RGB Variations
Color information
#CDD575 (or 0xCDD575) is known color: Deco. HEX triplet: CD, D5 and 75. RGB value is (205,213,117). Sum of RGB (Red+Green+Blue) = 205+213+117=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD575 is #322A8A. Grayscale: #C8C8C8. Windows color (decimal): -3287691 or 7722445. OLE color: 7722445.
HSL color Cylindrical-coordinate representation of color #CDD575: hue angle of 65º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDD575 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 117 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.16 |
| HSL | 65º | 0.53% | 0.65% | - |
| HSV(B) | 65º | 0.45% | 0.84% | - |
| XYZ | 52.18 | 61.85 | 26.02 | - |
| YUV | 199.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 117 | 0.04 | 0 | 0.45 | 0.16 | 65 | 0.53 | 0.65 |
| Hex | CD | D5 | 75 | 4 | 0 | 2D | 10 | 41 | 35 | 41 |
| Octal | 315 | 325 | 165 | 4 | 0 | 55 | 20 | 101 | 65 | 101 |
| Binary | 11001101 | 11010101 | 1110101 | 100 | 0 | 101101 | 10000 | 1000001 | 110101 | 1000001 |
Color Harmonies of #CDD575
Complementary color
Monochromatic Colors of #CDD575
Black with #CDD575
Text Example
Text Example
White with #CDD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD575; }
p { color: rgb(205,213,117); }
H1.HeaderClassName
{
color: #CDD575;
}
.AnyTagClassName
{
color: #CDD575;
}
</style>
background-color css
<style>
a { background-color: #CDD575; }
a { background-color: rgb(205,213,117); }
div.DivClassName
{
background-color: #CDD575;
}
.BgClassName
{
background-color: #CDD575;
}
</style>
border-color css
<style>
span { border-color: #CDD575; }
span { border-color: rgb(205,213,117); }
td.TdClassName
{
border-color: #CDD575;
}
.TagClassName
{
border-color: #CDD575;
}
</style>