Shades of Deco #CADB73
Tints of Deco #CADB73
RGB
CMYK
RGB Variations
Color information
#CADB73 (or 0xCADB73) is known color: Deco. HEX triplet: CA, DB and 73. RGB value is (202,219,115). Sum of RGB (Red+Green+Blue) = 202+219+115=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB73 is #35248C. Grayscale: #CACACA. Windows color (decimal): -3482765 or 7592906. OLE color: 7592906.
HSL color Cylindrical-coordinate representation of color #CADB73: hue angle of 69.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CADB73 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 115 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.14 |
| HSL | 69.81º | 0.59% | 0.65% | - |
| HSV(B) | 69.81º | 0.47% | 0.86% | - |
| XYZ | 52.78 | 64.46 | 25.88 | - |
| YUV | 202.06 | 78.87 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 115 | 0.08 | 0 | 0.47 | 0.14 | 69.81 | 0.59 | 0.65 |
| Hex | CA | DB | 73 | 8 | 0 | 2F | E | 46 | 3B | 41 |
| Octal | 312 | 333 | 163 | 10 | 0 | 57 | 16 | 106 | 73 | 101 |
| Binary | 11001010 | 11011011 | 1110011 | 1000 | 0 | 101111 | 1110 | 1000110 | 111011 | 1000001 |
Color Harmonies of #CADB73
Complementary color
Monochromatic Colors of #CADB73
Black with #CADB73
Text Example
Text Example
White with #CADB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB73; }
p { color: rgb(202,219,115); }
H1.HeaderClassName
{
color: #CADB73;
}
.AnyTagClassName
{
color: #CADB73;
}
</style>
background-color css
<style>
a { background-color: #CADB73; }
a { background-color: rgb(202,219,115); }
div.DivClassName
{
background-color: #CADB73;
}
.BgClassName
{
background-color: #CADB73;
}
</style>
border-color css
<style>
span { border-color: #CADB73; }
span { border-color: rgb(202,219,115); }
td.TdClassName
{
border-color: #CADB73;
}
.TagClassName
{
border-color: #CADB73;
}
</style>