Shades of Deco #CADB76
Tints of Deco #CADB76
RGB
CMYK
RGB Variations
Color information
#CADB76 (or 0xCADB76) is known color: Deco. HEX triplet: CA, DB and 76. RGB value is (202,219,118). Sum of RGB (Red+Green+Blue) = 202+219+118=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB76 is #352489. Grayscale: #CACACA. Windows color (decimal): -3482762 or 7789514. OLE color: 7789514.
HSL color Cylindrical-coordinate representation of color #CADB76: hue angle of 70.1º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CADB76 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 118 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.14 |
| HSL | 70.1º | 0.58% | 0.66% | - |
| HSV(B) | 70.1º | 0.46% | 0.86% | - |
| XYZ | 52.96 | 64.53 | 26.8 | - |
| YUV | 202.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 118 | 0.08 | 0 | 0.46 | 0.14 | 70.1 | 0.58 | 0.66 |
| Hex | CA | DB | 76 | 8 | 0 | 2E | E | 46 | 3A | 42 |
| Octal | 312 | 333 | 166 | 10 | 0 | 56 | 16 | 106 | 72 | 102 |
| Binary | 11001010 | 11011011 | 1110110 | 1000 | 0 | 101110 | 1110 | 1000110 | 111010 | 1000010 |
Color Harmonies of #CADB76
Complementary color
Monochromatic Colors of #CADB76
Black with #CADB76
Text Example
Text Example
White with #CADB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB76; }
p { color: rgb(202,219,118); }
H1.HeaderClassName
{
color: #CADB76;
}
.AnyTagClassName
{
color: #CADB76;
}
</style>
background-color css
<style>
a { background-color: #CADB76; }
a { background-color: rgb(202,219,118); }
div.DivClassName
{
background-color: #CADB76;
}
.BgClassName
{
background-color: #CADB76;
}
</style>
border-color css
<style>
span { border-color: #CADB76; }
span { border-color: rgb(202,219,118); }
td.TdClassName
{
border-color: #CADB76;
}
.TagClassName
{
border-color: #CADB76;
}
</style>