Shades of Dark Khaki #CAC56C
Tints of Dark Khaki #CAC56C
RGB
CMYK
RGB Variations
Color information
#CAC56C (or 0xCAC56C) is known color: Dark Khaki. HEX triplet: CA, C5 and 6C. RGB value is (202,197,108). Sum of RGB (Red+Green+Blue) = 202+197+108=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC56C is #353A93. Grayscale: #BCBCBC. Windows color (decimal): -3488404 or 7128522. OLE color: 7128522.
HSL color Cylindrical-coordinate representation of color #CAC56C: hue angle of 56.81º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAC56C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 108 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.21 |
| HSL | 56.81º | 0.47% | 0.61% | - |
| HSV(B) | 56.81º | 0.47% | 0.79% | - |
| XYZ | 47.03 | 53.57 | 22.05 | - |
| YUV | 188.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 108 | 0 | 0.02 | 0.47 | 0.21 | 56.81 | 0.47 | 0.61 |
| Hex | CA | C5 | 6C | 0 | 2 | 2F | 15 | 39 | 2F | 3D |
| Octal | 312 | 305 | 154 | 0 | 2 | 57 | 25 | 71 | 57 | 75 |
| Binary | 11001010 | 11000101 | 1101100 | 0 | 10 | 101111 | 10101 | 111001 | 101111 | 111101 |
Color Harmonies of #CAC56C
Complementary color
Monochromatic Colors of #CAC56C
Black with #CAC56C
Text Example
Text Example
White with #CAC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC56C; }
p { color: rgb(202,197,108); }
H1.HeaderClassName
{
color: #CAC56C;
}
.AnyTagClassName
{
color: #CAC56C;
}
</style>
background-color css
<style>
a { background-color: #CAC56C; }
a { background-color: rgb(202,197,108); }
div.DivClassName
{
background-color: #CAC56C;
}
.BgClassName
{
background-color: #CAC56C;
}
</style>
border-color css
<style>
span { border-color: #CAC56C; }
span { border-color: rgb(202,197,108); }
td.TdClassName
{
border-color: #CAC56C;
}
.TagClassName
{
border-color: #CAC56C;
}
</style>