Shades of Deco #CAC77F
Tints of Deco #CAC77F
RGB
CMYK
RGB Variations
Color information
#CAC77F (or 0xCAC77F) is known color: Deco. HEX triplet: CA, C7 and 7F. RGB value is (202,199,127). Sum of RGB (Red+Green+Blue) = 202+199+127=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC77F is #353880. Grayscale: #BFBFBF. Windows color (decimal): -3487873 or 8374218. OLE color: 8374218.
HSL color Cylindrical-coordinate representation of color #CAC77F: hue angle of 57.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC77F is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 127 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.21 |
| HSL | 57.6º | 0.41% | 0.65% | - |
| HSV(B) | 57.6º | 0.37% | 0.79% | - |
| XYZ | 48.61 | 54.94 | 28.12 | - |
| YUV | 191.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 127 | 0 | 0.01 | 0.37 | 0.21 | 57.6 | 0.41 | 0.65 |
| Hex | CA | C7 | 7F | 0 | 1 | 25 | 15 | 3A | 29 | 41 |
| Octal | 312 | 307 | 177 | 0 | 1 | 45 | 25 | 72 | 51 | 101 |
| Binary | 11001010 | 11000111 | 1111111 | 0 | 1 | 100101 | 10101 | 111010 | 101001 | 1000001 |
Color Harmonies of #CAC77F
Complementary color
Monochromatic Colors of #CAC77F
Black with #CAC77F
Text Example
Text Example
White with #CAC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC77F; }
p { color: rgb(202,199,127); }
H1.HeaderClassName
{
color: #CAC77F;
}
.AnyTagClassName
{
color: #CAC77F;
}
</style>
background-color css
<style>
a { background-color: #CAC77F; }
a { background-color: rgb(202,199,127); }
div.DivClassName
{
background-color: #CAC77F;
}
.BgClassName
{
background-color: #CAC77F;
}
</style>
border-color css
<style>
span { border-color: #CAC77F; }
span { border-color: rgb(202,199,127); }
td.TdClassName
{
border-color: #CAC77F;
}
.TagClassName
{
border-color: #CAC77F;
}
</style>