Shades of Dark Khaki #CAC566
Tints of Dark Khaki #CAC566
RGB
CMYK
RGB Variations
Color information
#CAC566 (or 0xCAC566) is known color: Dark Khaki. HEX triplet: CA, C5 and 66. RGB value is (202,197,102). Sum of RGB (Red+Green+Blue) = 202+197+102=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC566 is #353A99. Grayscale: #BCBCBC. Windows color (decimal): -3488410 or 6735306. OLE color: 6735306.
HSL color Cylindrical-coordinate representation of color #CAC566: hue angle of 57º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC566 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 102 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.21 |
| HSL | 57º | 0.49% | 0.6% | - |
| HSV(B) | 57º | 0.5% | 0.79% | - |
| XYZ | 46.72 | 53.45 | 20.42 | - |
| YUV | 187.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 102 | 0 | 0.02 | 0.50 | 0.21 | 57 | 0.49 | 0.6 |
| Hex | CA | C5 | 66 | 0 | 2 | 32 | 15 | 39 | 31 | 3C |
| Octal | 312 | 305 | 146 | 0 | 2 | 62 | 25 | 71 | 61 | 74 |
| Binary | 11001010 | 11000101 | 1100110 | 0 | 10 | 110010 | 10101 | 111001 | 110001 | 111100 |
Color Harmonies of #CAC566
Complementary color
Monochromatic Colors of #CAC566
Black with #CAC566
Text Example
Text Example
White with #CAC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC566; }
p { color: rgb(202,197,102); }
H1.HeaderClassName
{
color: #CAC566;
}
.AnyTagClassName
{
color: #CAC566;
}
</style>
background-color css
<style>
a { background-color: #CAC566; }
a { background-color: rgb(202,197,102); }
div.DivClassName
{
background-color: #CAC566;
}
.BgClassName
{
background-color: #CAC566;
}
</style>
border-color css
<style>
span { border-color: #CAC566; }
span { border-color: rgb(202,197,102); }
td.TdClassName
{
border-color: #CAC566;
}
.TagClassName
{
border-color: #CAC566;
}
</style>