Shades of Deco #CADB7B
Tints of Deco #CADB7B
RGB
CMYK
RGB Variations
Color information
#CADB7B (or 0xCADB7B) is known color: Deco. HEX triplet: CA, DB and 7B. RGB value is (202,219,123). Sum of RGB (Red+Green+Blue) = 202+219+123=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB7B is #352484. Grayscale: #CBCBCB. Windows color (decimal): -3482757 or 8117194. OLE color: 8117194.
HSL color Cylindrical-coordinate representation of color #CADB7B: hue angle of 70.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CADB7B is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 123 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.14 |
| HSL | 70.62º | 0.57% | 0.67% | - |
| HSV(B) | 70.62º | 0.44% | 0.86% | - |
| XYZ | 53.26 | 64.65 | 28.41 | - |
| YUV | 202.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 123 | 0.08 | 0 | 0.44 | 0.14 | 70.62 | 0.57 | 0.67 |
| Hex | CA | DB | 7B | 8 | 0 | 2C | E | 47 | 39 | 43 |
| Octal | 312 | 333 | 173 | 10 | 0 | 54 | 16 | 107 | 71 | 103 |
| Binary | 11001010 | 11011011 | 1111011 | 1000 | 0 | 101100 | 1110 | 1000111 | 111001 | 1000011 |
Color Harmonies of #CADB7B
Complementary color
Monochromatic Colors of #CADB7B
Black with #CADB7B
Text Example
Text Example
White with #CADB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB7B; }
p { color: rgb(202,219,123); }
H1.HeaderClassName
{
color: #CADB7B;
}
.AnyTagClassName
{
color: #CADB7B;
}
</style>
background-color css
<style>
a { background-color: #CADB7B; }
a { background-color: rgb(202,219,123); }
div.DivClassName
{
background-color: #CADB7B;
}
.BgClassName
{
background-color: #CADB7B;
}
</style>
border-color css
<style>
span { border-color: #CADB7B; }
span { border-color: rgb(202,219,123); }
td.TdClassName
{
border-color: #CADB7B;
}
.TagClassName
{
border-color: #CADB7B;
}
</style>