Shades of Deco #CADA83
Tints of Deco #CADA83
RGB
CMYK
RGB Variations
Color information
#CADA83 (or 0xCADA83) is known color: Deco. HEX triplet: CA, DA and 83. RGB value is (202,218,131). Sum of RGB (Red+Green+Blue) = 202+218+131=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA83 is #35257C. Grayscale: #CBCBCB. Windows color (decimal): -3483005 or 8641226. OLE color: 8641226.
HSL color Cylindrical-coordinate representation of color #CADA83: hue angle of 71.03º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CADA83 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 131 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.15 |
| HSL | 71.03º | 0.54% | 0.68% | - |
| HSV(B) | 71.03º | 0.4% | 0.85% | - |
| XYZ | 53.53 | 64.34 | 31.07 | - |
| YUV | 203.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 131 | 0.07 | 0 | 0.40 | 0.15 | 71.03 | 0.54 | 0.68 |
| Hex | CA | DA | 83 | 7 | 0 | 28 | F | 47 | 36 | 44 |
| Octal | 312 | 332 | 203 | 7 | 0 | 50 | 17 | 107 | 66 | 104 |
| Binary | 11001010 | 11011010 | 10000011 | 111 | 0 | 101000 | 1111 | 1000111 | 110110 | 1000100 |
Color Harmonies of #CADA83
Complementary color
Monochromatic Colors of #CADA83
Black with #CADA83
Text Example
Text Example
White with #CADA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA83; }
p { color: rgb(202,218,131); }
H1.HeaderClassName
{
color: #CADA83;
}
.AnyTagClassName
{
color: #CADA83;
}
</style>
background-color css
<style>
a { background-color: #CADA83; }
a { background-color: rgb(202,218,131); }
div.DivClassName
{
background-color: #CADA83;
}
.BgClassName
{
background-color: #CADA83;
}
</style>
border-color css
<style>
span { border-color: #CADA83; }
span { border-color: rgb(202,218,131); }
td.TdClassName
{
border-color: #CADA83;
}
.TagClassName
{
border-color: #CADA83;
}
</style>