Shades of Deco #CAC67B
Tints of Deco #CAC67B
RGB
CMYK
RGB Variations
Color information
#CAC67B (or 0xCAC67B) is known color: Deco. HEX triplet: CA, C6 and 7B. RGB value is (202,198,123). Sum of RGB (Red+Green+Blue) = 202+198+123=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC67B is #353984. Grayscale: #BEBEBE. Windows color (decimal): -3488133 or 8111818. OLE color: 8111818.
HSL color Cylindrical-coordinate representation of color #CAC67B: hue angle of 56.96º 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 #CAC67B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 123 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.21 |
| HSL | 56.96º | 0.43% | 0.64% | - |
| HSV(B) | 56.96º | 0.39% | 0.79% | - |
| XYZ | 48.13 | 54.37 | 26.7 | - |
| YUV | 190.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 123 | 0 | 0.02 | 0.39 | 0.21 | 56.96 | 0.43 | 0.64 |
| Hex | CA | C6 | 7B | 0 | 2 | 27 | 15 | 39 | 2B | 40 |
| Octal | 312 | 306 | 173 | 0 | 2 | 47 | 25 | 71 | 53 | 100 |
| Binary | 11001010 | 11000110 | 1111011 | 0 | 10 | 100111 | 10101 | 111001 | 101011 | 1000000 |
Color Harmonies of #CAC67B
Complementary color
Monochromatic Colors of #CAC67B
Black with #CAC67B
Text Example
Text Example
White with #CAC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC67B; }
p { color: rgb(202,198,123); }
H1.HeaderClassName
{
color: #CAC67B;
}
.AnyTagClassName
{
color: #CAC67B;
}
</style>
background-color css
<style>
a { background-color: #CAC67B; }
a { background-color: rgb(202,198,123); }
div.DivClassName
{
background-color: #CAC67B;
}
.BgClassName
{
background-color: #CAC67B;
}
</style>
border-color css
<style>
span { border-color: #CAC67B; }
span { border-color: rgb(202,198,123); }
td.TdClassName
{
border-color: #CAC67B;
}
.TagClassName
{
border-color: #CAC67B;
}
</style>