Shades of Deco #CADB7A
Tints of Deco #CADB7A
RGB
CMYK
RGB Variations
Color information
#CADB7A (or 0xCADB7A) is known color: Deco. HEX triplet: CA, DB and 7A. RGB value is (202,219,122). Sum of RGB (Red+Green+Blue) = 202+219+122=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB7A is #352485. Grayscale: #CBCBCB. Windows color (decimal): -3482758 or 8051658. OLE color: 8051658.
HSL color Cylindrical-coordinate representation of color #CADB7A: hue angle of 70.52º 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 #CADB7A is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 122 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.14 |
| HSL | 70.52º | 0.57% | 0.67% | - |
| HSV(B) | 70.52º | 0.44% | 0.86% | - |
| XYZ | 53.2 | 64.62 | 28.08 | - |
| YUV | 202.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 122 | 0.08 | 0 | 0.44 | 0.14 | 70.52 | 0.57 | 0.67 |
| Hex | CA | DB | 7A | 8 | 0 | 2C | E | 47 | 39 | 43 |
| Octal | 312 | 333 | 172 | 10 | 0 | 54 | 16 | 107 | 71 | 103 |
| Binary | 11001010 | 11011011 | 1111010 | 1000 | 0 | 101100 | 1110 | 1000111 | 111001 | 1000011 |
Color Harmonies of #CADB7A
Complementary color
Monochromatic Colors of #CADB7A
Black with #CADB7A
Text Example
Text Example
White with #CADB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB7A; }
p { color: rgb(202,219,122); }
H1.HeaderClassName
{
color: #CADB7A;
}
.AnyTagClassName
{
color: #CADB7A;
}
</style>
background-color css
<style>
a { background-color: #CADB7A; }
a { background-color: rgb(202,219,122); }
div.DivClassName
{
background-color: #CADB7A;
}
.BgClassName
{
background-color: #CADB7A;
}
</style>
border-color css
<style>
span { border-color: #CADB7A; }
span { border-color: rgb(202,219,122); }
td.TdClassName
{
border-color: #CADB7A;
}
.TagClassName
{
border-color: #CADB7A;
}
</style>