Shades of Deco #CADB78
Tints of Deco #CADB78
RGB
CMYK
RGB Variations
Color information
#CADB78 (or 0xCADB78) is known color: Deco. HEX triplet: CA, DB and 78. RGB value is (202,219,120). Sum of RGB (Red+Green+Blue) = 202+219+120=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB78 is #352487. Grayscale: #CBCBCB. Windows color (decimal): -3482760 or 7920586. OLE color: 7920586.
HSL color Cylindrical-coordinate representation of color #CADB78: hue angle of 70.3º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CADB78 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 120 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.14 |
| HSL | 70.3º | 0.58% | 0.66% | - |
| HSV(B) | 70.3º | 0.45% | 0.86% | - |
| XYZ | 53.08 | 64.58 | 27.44 | - |
| YUV | 202.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 120 | 0.08 | 0 | 0.45 | 0.14 | 70.3 | 0.58 | 0.66 |
| Hex | CA | DB | 78 | 8 | 0 | 2D | E | 46 | 3A | 42 |
| Octal | 312 | 333 | 170 | 10 | 0 | 55 | 16 | 106 | 72 | 102 |
| Binary | 11001010 | 11011011 | 1111000 | 1000 | 0 | 101101 | 1110 | 1000110 | 111010 | 1000010 |
Color Harmonies of #CADB78
Complementary color
Monochromatic Colors of #CADB78
Black with #CADB78
Text Example
Text Example
White with #CADB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB78; }
p { color: rgb(202,219,120); }
H1.HeaderClassName
{
color: #CADB78;
}
.AnyTagClassName
{
color: #CADB78;
}
</style>
background-color css
<style>
a { background-color: #CADB78; }
a { background-color: rgb(202,219,120); }
div.DivClassName
{
background-color: #CADB78;
}
.BgClassName
{
background-color: #CADB78;
}
</style>
border-color css
<style>
span { border-color: #CADB78; }
span { border-color: rgb(202,219,120); }
td.TdClassName
{
border-color: #CADB78;
}
.TagClassName
{
border-color: #CADB78;
}
</style>