Shades of Deco #CADA84
Tints of Deco #CADA84
RGB
CMYK
RGB Variations
Color information
#CADA84 (or 0xCADA84) is known color: Deco. HEX triplet: CA, DA and 84. RGB value is (202,218,132). Sum of RGB (Red+Green+Blue) = 202+218+132=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA84 is #35257B. Grayscale: #CBCBCB. Windows color (decimal): -3483004 or 8706762. OLE color: 8706762.
HSL color Cylindrical-coordinate representation of color #CADA84: hue angle of 71.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CADA84 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 132 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.15 |
| HSL | 71.16º | 0.54% | 0.69% | - |
| HSV(B) | 71.16º | 0.39% | 0.85% | - |
| XYZ | 53.59 | 64.37 | 31.43 | - |
| YUV | 203.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 132 | 0.07 | 0 | 0.39 | 0.15 | 71.16 | 0.54 | 0.69 |
| Hex | CA | DA | 84 | 7 | 0 | 27 | F | 47 | 36 | 45 |
| Octal | 312 | 332 | 204 | 7 | 0 | 47 | 17 | 107 | 66 | 105 |
| Binary | 11001010 | 11011010 | 10000100 | 111 | 0 | 100111 | 1111 | 1000111 | 110110 | 1000101 |
Color Harmonies of #CADA84
Complementary color
Monochromatic Colors of #CADA84
Black with #CADA84
Text Example
Text Example
White with #CADA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA84; }
p { color: rgb(202,218,132); }
H1.HeaderClassName
{
color: #CADA84;
}
.AnyTagClassName
{
color: #CADA84;
}
</style>
background-color css
<style>
a { background-color: #CADA84; }
a { background-color: rgb(202,218,132); }
div.DivClassName
{
background-color: #CADA84;
}
.BgClassName
{
background-color: #CADA84;
}
</style>
border-color css
<style>
span { border-color: #CADA84; }
span { border-color: rgb(202,218,132); }
td.TdClassName
{
border-color: #CADA84;
}
.TagClassName
{
border-color: #CADA84;
}
</style>