Shades of Deco #CAD275
Tints of Deco #CAD275
RGB
CMYK
RGB Variations
Color information
#CAD275 (or 0xCAD275) is known color: Deco. HEX triplet: CA, D2 and 75. RGB value is (202,210,117). Sum of RGB (Red+Green+Blue) = 202+210+117=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD275 is #352D8A. Grayscale: #C5C5C5. Windows color (decimal): -3485067 or 7721674. OLE color: 7721674.
HSL color Cylindrical-coordinate representation of color #CAD275: hue angle of 65.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAD275 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 117 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.18 |
| HSL | 65.16º | 0.51% | 0.64% | - |
| HSV(B) | 65.16º | 0.44% | 0.82% | - |
| XYZ | 50.61 | 59.93 | 25.73 | - |
| YUV | 197.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 117 | 0.04 | 0 | 0.44 | 0.18 | 65.16 | 0.51 | 0.64 |
| Hex | CA | D2 | 75 | 4 | 0 | 2C | 12 | 41 | 33 | 40 |
| Octal | 312 | 322 | 165 | 4 | 0 | 54 | 22 | 101 | 63 | 100 |
| Binary | 11001010 | 11010010 | 1110101 | 100 | 0 | 101100 | 10010 | 1000001 | 110011 | 1000000 |
Color Harmonies of #CAD275
Complementary color
Monochromatic Colors of #CAD275
Black with #CAD275
Text Example
Text Example
White with #CAD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD275; }
p { color: rgb(202,210,117); }
H1.HeaderClassName
{
color: #CAD275;
}
.AnyTagClassName
{
color: #CAD275;
}
</style>
background-color css
<style>
a { background-color: #CAD275; }
a { background-color: rgb(202,210,117); }
div.DivClassName
{
background-color: #CAD275;
}
.BgClassName
{
background-color: #CAD275;
}
</style>
border-color css
<style>
span { border-color: #CAD275; }
span { border-color: rgb(202,210,117); }
td.TdClassName
{
border-color: #CAD275;
}
.TagClassName
{
border-color: #CAD275;
}
</style>