Shades of Deco #CAC77B
Tints of Deco #CAC77B
RGB
CMYK
RGB Variations
Color information
#CAC77B (or 0xCAC77B) is known color: Deco. HEX triplet: CA, C7 and 7B. RGB value is (202,199,123). Sum of RGB (Red+Green+Blue) = 202+199+123=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC77B is #353884. Grayscale: #BFBFBF. Windows color (decimal): -3487877 or 8112074. OLE color: 8112074.
HSL color Cylindrical-coordinate representation of color #CAC77B: hue angle of 57.72º degrees, saturation: 0.43, 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 #CAC77B is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 123 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.21 |
| HSL | 57.72º | 0.43% | 0.64% | - |
| HSV(B) | 57.72º | 0.39% | 0.79% | - |
| XYZ | 48.36 | 54.83 | 26.77 | - |
| YUV | 191.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 123 | 0 | 0.01 | 0.39 | 0.21 | 57.72 | 0.43 | 0.64 |
| Hex | CA | C7 | 7B | 0 | 1 | 27 | 15 | 3A | 2B | 40 |
| Octal | 312 | 307 | 173 | 0 | 1 | 47 | 25 | 72 | 53 | 100 |
| Binary | 11001010 | 11000111 | 1111011 | 0 | 1 | 100111 | 10101 | 111010 | 101011 | 1000000 |
Color Harmonies of #CAC77B
Complementary color
Monochromatic Colors of #CAC77B
Black with #CAC77B
Text Example
Text Example
White with #CAC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC77B; }
p { color: rgb(202,199,123); }
H1.HeaderClassName
{
color: #CAC77B;
}
.AnyTagClassName
{
color: #CAC77B;
}
</style>
background-color css
<style>
a { background-color: #CAC77B; }
a { background-color: rgb(202,199,123); }
div.DivClassName
{
background-color: #CAC77B;
}
.BgClassName
{
background-color: #CAC77B;
}
</style>
border-color css
<style>
span { border-color: #CAC77B; }
span { border-color: rgb(202,199,123); }
td.TdClassName
{
border-color: #CAC77B;
}
.TagClassName
{
border-color: #CAC77B;
}
</style>