Shades of Deco #CAD372
Tints of Deco #CAD372
RGB
CMYK
RGB Variations
Color information
#CAD372 (or 0xCAD372) is known color: Deco. HEX triplet: CA, D3 and 72. RGB value is (202,211,114). Sum of RGB (Red+Green+Blue) = 202+211+114=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD372 is #352C8D. Grayscale: #C5C5C5. Windows color (decimal): -3484814 or 7525322. OLE color: 7525322.
HSL color Cylindrical-coordinate representation of color #CAD372: hue angle of 65.57º degrees, saturation: 0.52, 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 #CAD372 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 114 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.17 |
| HSL | 65.57º | 0.52% | 0.64% | - |
| HSV(B) | 65.57º | 0.46% | 0.83% | - |
| XYZ | 50.69 | 60.36 | 24.9 | - |
| YUV | 197.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 114 | 0.04 | 0 | 0.46 | 0.17 | 65.57 | 0.52 | 0.64 |
| Hex | CA | D3 | 72 | 4 | 0 | 2E | 11 | 42 | 34 | 40 |
| Octal | 312 | 323 | 162 | 4 | 0 | 56 | 21 | 102 | 64 | 100 |
| Binary | 11001010 | 11010011 | 1110010 | 100 | 0 | 101110 | 10001 | 1000010 | 110100 | 1000000 |
Color Harmonies of #CAD372
Complementary color
Monochromatic Colors of #CAD372
Black with #CAD372
Text Example
Text Example
White with #CAD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD372; }
p { color: rgb(202,211,114); }
H1.HeaderClassName
{
color: #CAD372;
}
.AnyTagClassName
{
color: #CAD372;
}
</style>
background-color css
<style>
a { background-color: #CAD372; }
a { background-color: rgb(202,211,114); }
div.DivClassName
{
background-color: #CAD372;
}
.BgClassName
{
background-color: #CAD372;
}
</style>
border-color css
<style>
span { border-color: #CAD372; }
span { border-color: rgb(202,211,114); }
td.TdClassName
{
border-color: #CAD372;
}
.TagClassName
{
border-color: #CAD372;
}
</style>