Shades of Deco #CAD371
Tints of Deco #CAD371
RGB
CMYK
RGB Variations
Color information
#CAD371 (or 0xCAD371) is known color: Deco. HEX triplet: CA, D3 and 71. RGB value is (202,211,113). Sum of RGB (Red+Green+Blue) = 202+211+113=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD371 is #352C8E. Grayscale: #C5C5C5. Windows color (decimal): -3484815 or 7459786. OLE color: 7459786.
HSL color Cylindrical-coordinate representation of color #CAD371: hue angle of 65.51º 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 #CAD371 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 113 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.17 |
| HSL | 65.51º | 0.53% | 0.64% | - |
| HSV(B) | 65.51º | 0.46% | 0.83% | - |
| XYZ | 50.63 | 60.34 | 24.6 | - |
| YUV | 197.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 113 | 0.04 | 0 | 0.46 | 0.17 | 65.51 | 0.53 | 0.64 |
| Hex | CA | D3 | 71 | 4 | 0 | 2E | 11 | 42 | 35 | 40 |
| Octal | 312 | 323 | 161 | 4 | 0 | 56 | 21 | 102 | 65 | 100 |
| Binary | 11001010 | 11010011 | 1110001 | 100 | 0 | 101110 | 10001 | 1000010 | 110101 | 1000000 |
Color Harmonies of #CAD371
Complementary color
Monochromatic Colors of #CAD371
Black with #CAD371
Text Example
Text Example
White with #CAD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD371; }
p { color: rgb(202,211,113); }
H1.HeaderClassName
{
color: #CAD371;
}
.AnyTagClassName
{
color: #CAD371;
}
</style>
background-color css
<style>
a { background-color: #CAD371; }
a { background-color: rgb(202,211,113); }
div.DivClassName
{
background-color: #CAD371;
}
.BgClassName
{
background-color: #CAD371;
}
</style>
border-color css
<style>
span { border-color: #CAD371; }
span { border-color: rgb(202,211,113); }
td.TdClassName
{
border-color: #CAD371;
}
.TagClassName
{
border-color: #CAD371;
}
</style>