Shades of Deco #CAC97D
Tints of Deco #CAC97D
RGB
CMYK
RGB Variations
Color information
#CAC97D (or 0xCAC97D) is known color: Deco. HEX triplet: CA, C9 and 7D. RGB value is (202,201,125). Sum of RGB (Red+Green+Blue) = 202+201+125=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC97D is #353682. Grayscale: #C0C0C0. Windows color (decimal): -3487363 or 8243658. OLE color: 8243658.
HSL color Cylindrical-coordinate representation of color #CAC97D: hue angle of 59.22º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAC97D is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 125 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.21 |
| HSL | 59.22º | 0.42% | 0.64% | - |
| HSV(B) | 59.22º | 0.38% | 0.79% | - |
| XYZ | 48.95 | 55.81 | 27.59 | - |
| YUV | 192.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 125 | 0 | 0.00 | 0.38 | 0.21 | 59.22 | 0.42 | 0.64 |
| Hex | CA | C9 | 7D | 0 | 0 | 26 | 15 | 3B | 2A | 40 |
| Octal | 312 | 311 | 175 | 0 | 0 | 46 | 25 | 73 | 52 | 100 |
| Binary | 11001010 | 11001001 | 1111101 | 0 | 0 | 100110 | 10101 | 111011 | 101010 | 1000000 |
Color Harmonies of #CAC97D
Complementary color
Monochromatic Colors of #CAC97D
Black with #CAC97D
Text Example
Text Example
White with #CAC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC97D; }
p { color: rgb(202,201,125); }
H1.HeaderClassName
{
color: #CAC97D;
}
.AnyTagClassName
{
color: #CAC97D;
}
</style>
background-color css
<style>
a { background-color: #CAC97D; }
a { background-color: rgb(202,201,125); }
div.DivClassName
{
background-color: #CAC97D;
}
.BgClassName
{
background-color: #CAC97D;
}
</style>
border-color css
<style>
span { border-color: #CAC97D; }
span { border-color: rgb(202,201,125); }
td.TdClassName
{
border-color: #CAC97D;
}
.TagClassName
{
border-color: #CAC97D;
}
</style>