Shades of Deco #CAC88D
Tints of Deco #CAC88D
RGB
CMYK
RGB Variations
Color information
#CAC88D (or 0xCAC88D) is known color: Deco. HEX triplet: CA, C8 and 8D. RGB value is (202,200,141). Sum of RGB (Red+Green+Blue) = 202+200+141=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC88D is #353772. Grayscale: #C2C2C2. Windows color (decimal): -3487603 or 9291978. OLE color: 9291978.
HSL color Cylindrical-coordinate representation of color #CAC88D: hue angle of 58.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC88D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 141 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.21 |
| HSL | 58.03º | 0.37% | 0.67% | - |
| HSV(B) | 58.03º | 0.3% | 0.79% | - |
| XYZ | 49.82 | 55.79 | 33.34 | - |
| YUV | 193.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 141 | 0 | 0.01 | 0.30 | 0.21 | 58.03 | 0.37 | 0.67 |
| Hex | CA | C8 | 8D | 0 | 1 | 1E | 15 | 3A | 25 | 43 |
| Octal | 312 | 310 | 215 | 0 | 1 | 36 | 25 | 72 | 45 | 103 |
| Binary | 11001010 | 11001000 | 10001101 | 0 | 1 | 11110 | 10101 | 111010 | 100101 | 1000011 |
Color Harmonies of #CAC88D
Complementary color
Monochromatic Colors of #CAC88D
Black with #CAC88D
Text Example
Text Example
White with #CAC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC88D; }
p { color: rgb(202,200,141); }
H1.HeaderClassName
{
color: #CAC88D;
}
.AnyTagClassName
{
color: #CAC88D;
}
</style>
background-color css
<style>
a { background-color: #CAC88D; }
a { background-color: rgb(202,200,141); }
div.DivClassName
{
background-color: #CAC88D;
}
.BgClassName
{
background-color: #CAC88D;
}
</style>
border-color css
<style>
span { border-color: #CAC88D; }
span { border-color: rgb(202,200,141); }
td.TdClassName
{
border-color: #CAC88D;
}
.TagClassName
{
border-color: #CAC88D;
}
</style>