Shades of Dark Khaki #CAC56B
Tints of Dark Khaki #CAC56B
RGB
CMYK
RGB Variations
Color information
#CAC56B (or 0xCAC56B) is known color: Dark Khaki. HEX triplet: CA, C5 and 6B. RGB value is (202,197,107). Sum of RGB (Red+Green+Blue) = 202+197+107=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC56B is #353A94. Grayscale: #BCBCBC. Windows color (decimal): -3488405 or 7062986. OLE color: 7062986.
HSL color Cylindrical-coordinate representation of color #CAC56B: hue angle of 56.84º 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 #CAC56B is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 107 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.21 |
| HSL | 56.84º | 0.47% | 0.61% | - |
| HSV(B) | 56.84º | 0.47% | 0.79% | - |
| XYZ | 46.98 | 53.55 | 21.77 | - |
| YUV | 188.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 107 | 0 | 0.02 | 0.47 | 0.21 | 56.84 | 0.47 | 0.61 |
| Hex | CA | C5 | 6B | 0 | 2 | 2F | 15 | 39 | 2F | 3D |
| Octal | 312 | 305 | 153 | 0 | 2 | 57 | 25 | 71 | 57 | 75 |
| Binary | 11001010 | 11000101 | 1101011 | 0 | 10 | 101111 | 10101 | 111001 | 101111 | 111101 |
Color Harmonies of #CAC56B
Complementary color
Monochromatic Colors of #CAC56B
Black with #CAC56B
Text Example
Text Example
White with #CAC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC56B; }
p { color: rgb(202,197,107); }
H1.HeaderClassName
{
color: #CAC56B;
}
.AnyTagClassName
{
color: #CAC56B;
}
</style>
background-color css
<style>
a { background-color: #CAC56B; }
a { background-color: rgb(202,197,107); }
div.DivClassName
{
background-color: #CAC56B;
}
.BgClassName
{
background-color: #CAC56B;
}
</style>
border-color css
<style>
span { border-color: #CAC56B; }
span { border-color: rgb(202,197,107); }
td.TdClassName
{
border-color: #CAC56B;
}
.TagClassName
{
border-color: #CAC56B;
}
</style>