Shades of Dark Khaki #CAC36E
Tints of Dark Khaki #CAC36E
RGB
CMYK
RGB Variations
Color information
#CAC36E (or 0xCAC36E) is known color: Dark Khaki. HEX triplet: CA, C3 and 6E. RGB value is (202,195,110). Sum of RGB (Red+Green+Blue) = 202+195+110=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC36E is #353C91. Grayscale: #BBBBBB. Windows color (decimal): -3488914 or 7259082. OLE color: 7259082.
HSL color Cylindrical-coordinate representation of color #CAC36E: hue angle of 55.43º 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 #CAC36E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 110 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.21 |
| HSL | 55.43º | 0.46% | 0.61% | - |
| HSV(B) | 55.43º | 0.46% | 0.79% | - |
| XYZ | 46.69 | 52.71 | 22.47 | - |
| YUV | 187.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 110 | 0 | 0.03 | 0.46 | 0.21 | 55.43 | 0.46 | 0.61 |
| Hex | CA | C3 | 6E | 0 | 3 | 2E | 15 | 37 | 2E | 3D |
| Octal | 312 | 303 | 156 | 0 | 3 | 56 | 25 | 67 | 56 | 75 |
| Binary | 11001010 | 11000011 | 1101110 | 0 | 11 | 101110 | 10101 | 110111 | 101110 | 111101 |
Color Harmonies of #CAC36E
Complementary color
Monochromatic Colors of #CAC36E
Black with #CAC36E
Text Example
Text Example
White with #CAC36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC36E; }
p { color: rgb(202,195,110); }
H1.HeaderClassName
{
color: #CAC36E;
}
.AnyTagClassName
{
color: #CAC36E;
}
</style>
background-color css
<style>
a { background-color: #CAC36E; }
a { background-color: rgb(202,195,110); }
div.DivClassName
{
background-color: #CAC36E;
}
.BgClassName
{
background-color: #CAC36E;
}
</style>
border-color css
<style>
span { border-color: #CAC36E; }
span { border-color: rgb(202,195,110); }
td.TdClassName
{
border-color: #CAC36E;
}
.TagClassName
{
border-color: #CAC36E;
}
</style>