Shades of Deco #CAC67D
Tints of Deco #CAC67D
RGB
CMYK
RGB Variations
Color information
#CAC67D (or 0xCAC67D) is known color: Deco. HEX triplet: CA, C6 and 7D. RGB value is (202,198,125). Sum of RGB (Red+Green+Blue) = 202+198+125=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC67D is #353982. Grayscale: #BFBFBF. Windows color (decimal): -3488131 or 8242890. OLE color: 8242890.
HSL color Cylindrical-coordinate representation of color #CAC67D: hue angle of 56.88º 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 #CAC67D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 125 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.21 |
| HSL | 56.88º | 0.42% | 0.64% | - |
| HSV(B) | 56.88º | 0.38% | 0.79% | - |
| XYZ | 48.25 | 54.43 | 27.36 | - |
| YUV | 190.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 125 | 0 | 0.02 | 0.38 | 0.21 | 56.88 | 0.42 | 0.64 |
| Hex | CA | C6 | 7D | 0 | 2 | 26 | 15 | 39 | 2A | 40 |
| Octal | 312 | 306 | 175 | 0 | 2 | 46 | 25 | 71 | 52 | 100 |
| Binary | 11001010 | 11000110 | 1111101 | 0 | 10 | 100110 | 10101 | 111001 | 101010 | 1000000 |
Color Harmonies of #CAC67D
Complementary color
Monochromatic Colors of #CAC67D
Black with #CAC67D
Text Example
Text Example
White with #CAC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC67D; }
p { color: rgb(202,198,125); }
H1.HeaderClassName
{
color: #CAC67D;
}
.AnyTagClassName
{
color: #CAC67D;
}
</style>
background-color css
<style>
a { background-color: #CAC67D; }
a { background-color: rgb(202,198,125); }
div.DivClassName
{
background-color: #CAC67D;
}
.BgClassName
{
background-color: #CAC67D;
}
</style>
border-color css
<style>
span { border-color: #CAC67D; }
span { border-color: rgb(202,198,125); }
td.TdClassName
{
border-color: #CAC67D;
}
.TagClassName
{
border-color: #CAC67D;
}
</style>