Shades of Deco #CAD376
Tints of Deco #CAD376
RGB
CMYK
RGB Variations
Color information
#CAD376 (or 0xCAD376) is known color: Deco. HEX triplet: CA, D3 and 76. RGB value is (202,211,118). Sum of RGB (Red+Green+Blue) = 202+211+118=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD376 is #352C89. Grayscale: #C6C6C6. Windows color (decimal): -3484810 or 7787466. OLE color: 7787466.
HSL color Cylindrical-coordinate representation of color #CAD376: hue angle of 65.81º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAD376 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 118 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.17 |
| HSL | 65.81º | 0.51% | 0.65% | - |
| HSV(B) | 65.81º | 0.44% | 0.83% | - |
| XYZ | 50.92 | 60.45 | 26.12 | - |
| YUV | 197.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 118 | 0.04 | 0 | 0.44 | 0.17 | 65.81 | 0.51 | 0.65 |
| Hex | CA | D3 | 76 | 4 | 0 | 2C | 11 | 42 | 33 | 41 |
| Octal | 312 | 323 | 166 | 4 | 0 | 54 | 21 | 102 | 63 | 101 |
| Binary | 11001010 | 11010011 | 1110110 | 100 | 0 | 101100 | 10001 | 1000010 | 110011 | 1000001 |
Color Harmonies of #CAD376
Complementary color
Monochromatic Colors of #CAD376
Black with #CAD376
Text Example
Text Example
White with #CAD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD376; }
p { color: rgb(202,211,118); }
H1.HeaderClassName
{
color: #CAD376;
}
.AnyTagClassName
{
color: #CAD376;
}
</style>
background-color css
<style>
a { background-color: #CAD376; }
a { background-color: rgb(202,211,118); }
div.DivClassName
{
background-color: #CAD376;
}
.BgClassName
{
background-color: #CAD376;
}
</style>
border-color css
<style>
span { border-color: #CAD376; }
span { border-color: rgb(202,211,118); }
td.TdClassName
{
border-color: #CAD376;
}
.TagClassName
{
border-color: #CAD376;
}
</style>