Shades of Deco #CAC77C
Tints of Deco #CAC77C
RGB
CMYK
RGB Variations
Color information
#CAC77C (or 0xCAC77C) is known color: Deco. HEX triplet: CA, C7 and 7C. RGB value is (202,199,124). Sum of RGB (Red+Green+Blue) = 202+199+124=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC77C is #353883. Grayscale: #BFBFBF. Windows color (decimal): -3487876 or 8177610. OLE color: 8177610.
HSL color Cylindrical-coordinate representation of color #CAC77C: hue angle of 57.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAC77C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 124 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.21 |
| HSL | 57.69º | 0.42% | 0.64% | - |
| HSV(B) | 57.69º | 0.39% | 0.79% | - |
| XYZ | 48.42 | 54.86 | 27.11 | - |
| YUV | 191.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 124 | 0 | 0.01 | 0.39 | 0.21 | 57.69 | 0.42 | 0.64 |
| Hex | CA | C7 | 7C | 0 | 1 | 27 | 15 | 3A | 2A | 40 |
| Octal | 312 | 307 | 174 | 0 | 1 | 47 | 25 | 72 | 52 | 100 |
| Binary | 11001010 | 11000111 | 1111100 | 0 | 1 | 100111 | 10101 | 111010 | 101010 | 1000000 |
Color Harmonies of #CAC77C
Complementary color
Monochromatic Colors of #CAC77C
Black with #CAC77C
Text Example
Text Example
White with #CAC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC77C; }
p { color: rgb(202,199,124); }
H1.HeaderClassName
{
color: #CAC77C;
}
.AnyTagClassName
{
color: #CAC77C;
}
</style>
background-color css
<style>
a { background-color: #CAC77C; }
a { background-color: rgb(202,199,124); }
div.DivClassName
{
background-color: #CAC77C;
}
.BgClassName
{
background-color: #CAC77C;
}
</style>
border-color css
<style>
span { border-color: #CAC77C; }
span { border-color: rgb(202,199,124); }
td.TdClassName
{
border-color: #CAC77C;
}
.TagClassName
{
border-color: #CAC77C;
}
</style>