Shades of Deco #CDDB95
Tints of Deco #CDDB95
RGB
CMYK
RGB Variations
Color information
#CDDB95 (or 0xCDDB95) is known color: Deco. HEX triplet: CD, DB and 95. RGB value is (205,219,149). Sum of RGB (Red+Green+Blue) = 205+219+149=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB95 is #32246A. Grayscale: #CFCFCF. Windows color (decimal): -3286123 or 9821133. OLE color: 9821133.
HSL color Cylindrical-coordinate representation of color #CDDB95: hue angle of 72º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDDB95 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 149 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.14 |
| HSL | 72º | 0.49% | 0.72% | - |
| HSV(B) | 72º | 0.32% | 0.86% | - |
| XYZ | 55.93 | 65.81 | 38.19 | - |
| YUV | 206.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 149 | 0.06 | 0 | 0.32 | 0.14 | 72 | 0.49 | 0.72 |
| Hex | CD | DB | 95 | 6 | 0 | 20 | E | 48 | 31 | 48 |
| Octal | 315 | 333 | 225 | 6 | 0 | 40 | 16 | 110 | 61 | 110 |
| Binary | 11001101 | 11011011 | 10010101 | 110 | 0 | 100000 | 1110 | 1001000 | 110001 | 1001000 |
Color Harmonies of #CDDB95
Complementary color
Monochromatic Colors of #CDDB95
Black with #CDDB95
Text Example
Text Example
White with #CDDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB95; }
p { color: rgb(205,219,149); }
H1.HeaderClassName
{
color: #CDDB95;
}
.AnyTagClassName
{
color: #CDDB95;
}
</style>
background-color css
<style>
a { background-color: #CDDB95; }
a { background-color: rgb(205,219,149); }
div.DivClassName
{
background-color: #CDDB95;
}
.BgClassName
{
background-color: #CDDB95;
}
</style>
border-color css
<style>
span { border-color: #CDDB95; }
span { border-color: rgb(205,219,149); }
td.TdClassName
{
border-color: #CDDB95;
}
.TagClassName
{
border-color: #CDDB95;
}
</style>