Shades of Deco #CAD473
Tints of Deco #CAD473
RGB
CMYK
RGB Variations
Color information
#CAD473 (or 0xCAD473) is known color: Deco. HEX triplet: CA, D4 and 73. RGB value is (202,212,115). Sum of RGB (Red+Green+Blue) = 202+212+115=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD473 is #352B8C. Grayscale: #C6C6C6. Windows color (decimal): -3484557 or 7591114. OLE color: 7591114.
HSL color Cylindrical-coordinate representation of color #CAD473: hue angle of 66.19º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAD473 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 115 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.17 |
| HSL | 66.19º | 0.53% | 0.64% | - |
| HSV(B) | 66.19º | 0.46% | 0.83% | - |
| XYZ | 51 | 60.88 | 25.28 | - |
| YUV | 197.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 115 | 0.05 | 0 | 0.46 | 0.17 | 66.19 | 0.53 | 0.64 |
| Hex | CA | D4 | 73 | 5 | 0 | 2E | 11 | 42 | 35 | 40 |
| Octal | 312 | 324 | 163 | 5 | 0 | 56 | 21 | 102 | 65 | 100 |
| Binary | 11001010 | 11010100 | 1110011 | 101 | 0 | 101110 | 10001 | 1000010 | 110101 | 1000000 |
Color Harmonies of #CAD473
Complementary color
Monochromatic Colors of #CAD473
Black with #CAD473
Text Example
Text Example
White with #CAD473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD473; }
p { color: rgb(202,212,115); }
H1.HeaderClassName
{
color: #CAD473;
}
.AnyTagClassName
{
color: #CAD473;
}
</style>
background-color css
<style>
a { background-color: #CAD473; }
a { background-color: rgb(202,212,115); }
div.DivClassName
{
background-color: #CAD473;
}
.BgClassName
{
background-color: #CAD473;
}
</style>
border-color css
<style>
span { border-color: #CAD473; }
span { border-color: rgb(202,212,115); }
td.TdClassName
{
border-color: #CAD473;
}
.TagClassName
{
border-color: #CAD473;
}
</style>