Shades of Deco #CAD285
Tints of Deco #CAD285
RGB
CMYK
RGB Variations
Color information
#CAD285 (or 0xCAD285) is known color: Deco. HEX triplet: CA, D2 and 85. RGB value is (202,210,133). Sum of RGB (Red+Green+Blue) = 202+210+133=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD285 is #352D7A. Grayscale: #C7C7C7. Windows color (decimal): -3485051 or 8770250. OLE color: 8770250.
HSL color Cylindrical-coordinate representation of color #CAD285: hue angle of 66.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAD285 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 133 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.18 |
| HSL | 66.23º | 0.46% | 0.67% | - |
| HSV(B) | 66.23º | 0.37% | 0.82% | - |
| XYZ | 51.64 | 60.34 | 31.12 | - |
| YUV | 198.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 133 | 0.04 | 0 | 0.37 | 0.18 | 66.23 | 0.46 | 0.67 |
| Hex | CA | D2 | 85 | 4 | 0 | 25 | 12 | 42 | 2E | 43 |
| Octal | 312 | 322 | 205 | 4 | 0 | 45 | 22 | 102 | 56 | 103 |
| Binary | 11001010 | 11010010 | 10000101 | 100 | 0 | 100101 | 10010 | 1000010 | 101110 | 1000011 |
Color Harmonies of #CAD285
Complementary color
Monochromatic Colors of #CAD285
Black with #CAD285
Text Example
Text Example
White with #CAD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD285; }
p { color: rgb(202,210,133); }
H1.HeaderClassName
{
color: #CAD285;
}
.AnyTagClassName
{
color: #CAD285;
}
</style>
background-color css
<style>
a { background-color: #CAD285; }
a { background-color: rgb(202,210,133); }
div.DivClassName
{
background-color: #CAD285;
}
.BgClassName
{
background-color: #CAD285;
}
</style>
border-color css
<style>
span { border-color: #CAD285; }
span { border-color: rgb(202,210,133); }
td.TdClassName
{
border-color: #CAD285;
}
.TagClassName
{
border-color: #CAD285;
}
</style>