Shades of Deco #CDD596
Tints of Deco #CDD596
RGB
CMYK
RGB Variations
Color information
#CDD596 (or 0xCDD596) is known color: Deco. HEX triplet: CD, D5 and 96. RGB value is (205,213,150). Sum of RGB (Red+Green+Blue) = 205+213+150=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD596 is #322A69. Grayscale: #CBCBCB. Windows color (decimal): -3287658 or 9885133. OLE color: 9885133.
HSL color Cylindrical-coordinate representation of color #CDD596: hue angle of 67.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDD596 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 150 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.16 |
| HSL | 67.62º | 0.43% | 0.71% | - |
| HSV(B) | 67.62º | 0.3% | 0.84% | - |
| XYZ | 54.48 | 62.77 | 38.1 | - |
| YUV | 203.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 150 | 0.04 | 0 | 0.30 | 0.16 | 67.62 | 0.43 | 0.71 |
| Hex | CD | D5 | 96 | 4 | 0 | 1E | 10 | 44 | 2B | 47 |
| Octal | 315 | 325 | 226 | 4 | 0 | 36 | 20 | 104 | 53 | 107 |
| Binary | 11001101 | 11010101 | 10010110 | 100 | 0 | 11110 | 10000 | 1000100 | 101011 | 1000111 |
Color Harmonies of #CDD596
Complementary color
Monochromatic Colors of #CDD596
Black with #CDD596
Text Example
Text Example
White with #CDD596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD596; }
p { color: rgb(205,213,150); }
H1.HeaderClassName
{
color: #CDD596;
}
.AnyTagClassName
{
color: #CDD596;
}
</style>
background-color css
<style>
a { background-color: #CDD596; }
a { background-color: rgb(205,213,150); }
div.DivClassName
{
background-color: #CDD596;
}
.BgClassName
{
background-color: #CDD596;
}
</style>
border-color css
<style>
span { border-color: #CDD596; }
span { border-color: rgb(205,213,150); }
td.TdClassName
{
border-color: #CDD596;
}
.TagClassName
{
border-color: #CDD596;
}
</style>