Shades of Deco #CADB89
Tints of Deco #CADB89
RGB
CMYK
RGB Variations
Color information
#CADB89 (or 0xCADB89) is known color: Deco. HEX triplet: CA, DB and 89. RGB value is (202,219,137). Sum of RGB (Red+Green+Blue) = 202+219+137=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB89 is #352476. Grayscale: #CCCCCC. Windows color (decimal): -3482743 or 9034698. OLE color: 9034698.
HSL color Cylindrical-coordinate representation of color #CADB89: hue angle of 72.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CADB89 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 137 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.14 |
| HSL | 72.44º | 0.53% | 0.7% | - |
| HSV(B) | 72.44º | 0.37% | 0.86% | - |
| XYZ | 54.2 | 65.03 | 33.36 | - |
| YUV | 204.57 | 89.87 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 137 | 0.08 | 0 | 0.37 | 0.14 | 72.44 | 0.53 | 0.7 |
| Hex | CA | DB | 89 | 8 | 0 | 25 | E | 48 | 35 | 46 |
| Octal | 312 | 333 | 211 | 10 | 0 | 45 | 16 | 110 | 65 | 106 |
| Binary | 11001010 | 11011011 | 10001001 | 1000 | 0 | 100101 | 1110 | 1001000 | 110101 | 1000110 |
Color Harmonies of #CADB89
Complementary color
Monochromatic Colors of #CADB89
Black with #CADB89
Text Example
Text Example
White with #CADB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB89; }
p { color: rgb(202,219,137); }
H1.HeaderClassName
{
color: #CADB89;
}
.AnyTagClassName
{
color: #CADB89;
}
</style>
background-color css
<style>
a { background-color: #CADB89; }
a { background-color: rgb(202,219,137); }
div.DivClassName
{
background-color: #CADB89;
}
.BgClassName
{
background-color: #CADB89;
}
</style>
border-color css
<style>
span { border-color: #CADB89; }
span { border-color: rgb(202,219,137); }
td.TdClassName
{
border-color: #CADB89;
}
.TagClassName
{
border-color: #CADB89;
}
</style>