Shades of Dark Khaki #CAC16D
Tints of Dark Khaki #CAC16D
RGB
CMYK
RGB Variations
Color information
#CAC16D (or 0xCAC16D) is known color: Dark Khaki. HEX triplet: CA, C1 and 6D. RGB value is (202,193,109). Sum of RGB (Red+Green+Blue) = 202+193+109=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16D is #353E92. Grayscale: #BABABA. Windows color (decimal): -3489427 or 7193034. OLE color: 7193034.
HSL color Cylindrical-coordinate representation of color #CAC16D: hue angle of 54.19º degrees, saturation: 0.47, 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 #CAC16D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 109 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.21 |
| HSL | 54.19º | 0.47% | 0.61% | - |
| HSV(B) | 54.19º | 0.46% | 0.79% | - |
| XYZ | 46.19 | 51.8 | 22.03 | - |
| YUV | 186.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 109 | 0 | 0.04 | 0.46 | 0.21 | 54.19 | 0.47 | 0.61 |
| Hex | CA | C1 | 6D | 0 | 4 | 2E | 15 | 36 | 2F | 3D |
| Octal | 312 | 301 | 155 | 0 | 4 | 56 | 25 | 66 | 57 | 75 |
| Binary | 11001010 | 11000001 | 1101101 | 0 | 100 | 101110 | 10101 | 110110 | 101111 | 111101 |
Color Harmonies of #CAC16D
Complementary color
Monochromatic Colors of #CAC16D
Black with #CAC16D
Text Example
Text Example
White with #CAC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC16D; }
p { color: rgb(202,193,109); }
H1.HeaderClassName
{
color: #CAC16D;
}
.AnyTagClassName
{
color: #CAC16D;
}
</style>
background-color css
<style>
a { background-color: #CAC16D; }
a { background-color: rgb(202,193,109); }
div.DivClassName
{
background-color: #CAC16D;
}
.BgClassName
{
background-color: #CAC16D;
}
</style>
border-color css
<style>
span { border-color: #CAC16D; }
span { border-color: rgb(202,193,109); }
td.TdClassName
{
border-color: #CAC16D;
}
.TagClassName
{
border-color: #CAC16D;
}
</style>