Shades of Dark Khaki #CAC16E
Tints of Dark Khaki #CAC16E
RGB
CMYK
RGB Variations
Color information
#CAC16E (or 0xCAC16E) is known color: Dark Khaki. HEX triplet: CA, C1 and 6E. RGB value is (202,193,110). Sum of RGB (Red+Green+Blue) = 202+193+110=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16E is #353E91. Grayscale: #BABABA. Windows color (decimal): -3489426 or 7258570. OLE color: 7258570.
HSL color Cylindrical-coordinate representation of color #CAC16E: hue angle of 54.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAC16E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 110 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.21 |
| HSL | 54.13º | 0.46% | 0.61% | - |
| HSV(B) | 54.13º | 0.46% | 0.79% | - |
| XYZ | 46.24 | 51.82 | 22.32 | - |
| YUV | 186.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 110 | 0 | 0.04 | 0.46 | 0.21 | 54.13 | 0.46 | 0.61 |
| Hex | CA | C1 | 6E | 0 | 4 | 2E | 15 | 36 | 2E | 3D |
| Octal | 312 | 301 | 156 | 0 | 4 | 56 | 25 | 66 | 56 | 75 |
| Binary | 11001010 | 11000001 | 1101110 | 0 | 100 | 101110 | 10101 | 110110 | 101110 | 111101 |
Color Harmonies of #CAC16E
Complementary color
Monochromatic Colors of #CAC16E
Black with #CAC16E
Text Example
Text Example
White with #CAC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC16E; }
p { color: rgb(202,193,110); }
H1.HeaderClassName
{
color: #CAC16E;
}
.AnyTagClassName
{
color: #CAC16E;
}
</style>
background-color css
<style>
a { background-color: #CAC16E; }
a { background-color: rgb(202,193,110); }
div.DivClassName
{
background-color: #CAC16E;
}
.BgClassName
{
background-color: #CAC16E;
}
</style>
border-color css
<style>
span { border-color: #CAC16E; }
span { border-color: rgb(202,193,110); }
td.TdClassName
{
border-color: #CAC16E;
}
.TagClassName
{
border-color: #CAC16E;
}
</style>