Shades of Deco #CADB80
Tints of Deco #CADB80
RGB
CMYK
RGB Variations
Color information
#CADB80 (or 0xCADB80) is known color: Deco. HEX triplet: CA, DB and 80. RGB value is (202,219,128). Sum of RGB (Red+Green+Blue) = 202+219+128=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB80 is #35247F. Grayscale: #CBCBCB. Windows color (decimal): -3482752 or 8444874. OLE color: 8444874.
HSL color Cylindrical-coordinate representation of color #CADB80: hue angle of 71.21º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CADB80 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 128 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.14 |
| HSL | 71.21º | 0.56% | 0.68% | - |
| HSV(B) | 71.21º | 0.42% | 0.86% | - |
| XYZ | 53.58 | 64.78 | 30.1 | - |
| YUV | 203.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 128 | 0.08 | 0 | 0.42 | 0.14 | 71.21 | 0.56 | 0.68 |
| Hex | CA | DB | 80 | 8 | 0 | 2A | E | 47 | 38 | 44 |
| Octal | 312 | 333 | 200 | 10 | 0 | 52 | 16 | 107 | 70 | 104 |
| Binary | 11001010 | 11011011 | 10000000 | 1000 | 0 | 101010 | 1110 | 1000111 | 111000 | 1000100 |
Color Harmonies of #CADB80
Complementary color
Monochromatic Colors of #CADB80
Black with #CADB80
Text Example
Text Example
White with #CADB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB80; }
p { color: rgb(202,219,128); }
H1.HeaderClassName
{
color: #CADB80;
}
.AnyTagClassName
{
color: #CADB80;
}
</style>
background-color css
<style>
a { background-color: #CADB80; }
a { background-color: rgb(202,219,128); }
div.DivClassName
{
background-color: #CADB80;
}
.BgClassName
{
background-color: #CADB80;
}
</style>
border-color css
<style>
span { border-color: #CADB80; }
span { border-color: rgb(202,219,128); }
td.TdClassName
{
border-color: #CADB80;
}
.TagClassName
{
border-color: #CADB80;
}
</style>