Shades of Deco #CAD972
Tints of Deco #CAD972
RGB
CMYK
RGB Variations
Color information
#CAD972 (or 0xCAD972) is known color: Deco. HEX triplet: CA, D9 and 72. RGB value is (202,217,114). Sum of RGB (Red+Green+Blue) = 202+217+114=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD972 is #35268D. Grayscale: #C9C9C9. Windows color (decimal): -3483278 or 7526858. OLE color: 7526858.
HSL color Cylindrical-coordinate representation of color #CAD972: hue angle of 68.74º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAD972 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 217 | 114 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.15 |
| HSL | 68.74º | 0.58% | 0.65% | - |
| HSV(B) | 68.74º | 0.47% | 0.85% | - |
| XYZ | 52.21 | 63.4 | 25.4 | - |
| YUV | 200.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 217 | 114 | 0.07 | 0 | 0.47 | 0.15 | 68.74 | 0.58 | 0.65 |
| Hex | CA | D9 | 72 | 7 | 0 | 2F | F | 45 | 3A | 41 |
| Octal | 312 | 331 | 162 | 7 | 0 | 57 | 17 | 105 | 72 | 101 |
| Binary | 11001010 | 11011001 | 1110010 | 111 | 0 | 101111 | 1111 | 1000101 | 111010 | 1000001 |
Color Harmonies of #CAD972
Complementary color
Monochromatic Colors of #CAD972
Black with #CAD972
Text Example
Text Example
White with #CAD972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD972; }
p { color: rgb(202,217,114); }
H1.HeaderClassName
{
color: #CAD972;
}
.AnyTagClassName
{
color: #CAD972;
}
</style>
background-color css
<style>
a { background-color: #CAD972; }
a { background-color: rgb(202,217,114); }
div.DivClassName
{
background-color: #CAD972;
}
.BgClassName
{
background-color: #CAD972;
}
</style>
border-color css
<style>
span { border-color: #CAD972; }
span { border-color: rgb(202,217,114); }
td.TdClassName
{
border-color: #CAD972;
}
.TagClassName
{
border-color: #CAD972;
}
</style>