Shades of Deco #CADB74
Tints of Deco #CADB74
RGB
CMYK
RGB Variations
Color information
#CADB74 (or 0xCADB74) is known color: Deco. HEX triplet: CA, DB and 74. RGB value is (202,219,116). Sum of RGB (Red+Green+Blue) = 202+219+116=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB74 is #35248B. Grayscale: #CACACA. Windows color (decimal): -3482764 or 7658442. OLE color: 7658442.
HSL color Cylindrical-coordinate representation of color #CADB74: hue angle of 69.9º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CADB74 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 116 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.14 |
| HSL | 69.9º | 0.59% | 0.66% | - |
| HSV(B) | 69.9º | 0.47% | 0.86% | - |
| XYZ | 52.84 | 64.48 | 26.18 | - |
| YUV | 202.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 116 | 0.08 | 0 | 0.47 | 0.14 | 69.9 | 0.59 | 0.66 |
| Hex | CA | DB | 74 | 8 | 0 | 2F | E | 46 | 3B | 42 |
| Octal | 312 | 333 | 164 | 10 | 0 | 57 | 16 | 106 | 73 | 102 |
| Binary | 11001010 | 11011011 | 1110100 | 1000 | 0 | 101111 | 1110 | 1000110 | 111011 | 1000010 |
Color Harmonies of #CADB74
Complementary color
Monochromatic Colors of #CADB74
Black with #CADB74
Text Example
Text Example
White with #CADB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB74; }
p { color: rgb(202,219,116); }
H1.HeaderClassName
{
color: #CADB74;
}
.AnyTagClassName
{
color: #CADB74;
}
</style>
background-color css
<style>
a { background-color: #CADB74; }
a { background-color: rgb(202,219,116); }
div.DivClassName
{
background-color: #CADB74;
}
.BgClassName
{
background-color: #CADB74;
}
</style>
border-color css
<style>
span { border-color: #CADB74; }
span { border-color: rgb(202,219,116); }
td.TdClassName
{
border-color: #CADB74;
}
.TagClassName
{
border-color: #CADB74;
}
</style>