Shades of Deco #CAD58C
Tints of Deco #CAD58C
RGB
CMYK
RGB Variations
Color information
#CAD58C (or 0xCAD58C) is known color: Deco. HEX triplet: CA, D5 and 8C. RGB value is (202,213,140). Sum of RGB (Red+Green+Blue) = 202+213+140=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD58C is #352A73. Grayscale: #C9C9C9. Windows color (decimal): -3484276 or 9229770. OLE color: 9229770.
HSL color Cylindrical-coordinate representation of color #CAD58C: hue angle of 69.04º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAD58C is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 213 | 140 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.16 |
| HSL | 69.04º | 0.46% | 0.69% | - |
| HSV(B) | 69.04º | 0.34% | 0.84% | - |
| XYZ | 52.88 | 62.04 | 34 | - |
| YUV | 201.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 213 | 140 | 0.05 | 0 | 0.34 | 0.16 | 69.04 | 0.46 | 0.69 |
| Hex | CA | D5 | 8C | 5 | 0 | 22 | 10 | 45 | 2E | 45 |
| Octal | 312 | 325 | 214 | 5 | 0 | 42 | 20 | 105 | 56 | 105 |
| Binary | 11001010 | 11010101 | 10001100 | 101 | 0 | 100010 | 10000 | 1000101 | 101110 | 1000101 |
Color Harmonies of #CAD58C
Complementary color
Monochromatic Colors of #CAD58C
Black with #CAD58C
Text Example
Text Example
White with #CAD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD58C; }
p { color: rgb(202,213,140); }
H1.HeaderClassName
{
color: #CAD58C;
}
.AnyTagClassName
{
color: #CAD58C;
}
</style>
background-color css
<style>
a { background-color: #CAD58C; }
a { background-color: rgb(202,213,140); }
div.DivClassName
{
background-color: #CAD58C;
}
.BgClassName
{
background-color: #CAD58C;
}
</style>
border-color css
<style>
span { border-color: #CAD58C; }
span { border-color: rgb(202,213,140); }
td.TdClassName
{
border-color: #CAD58C;
}
.TagClassName
{
border-color: #CAD58C;
}
</style>