Shades of Dark Khaki #CAC465
Tints of Dark Khaki #CAC465
RGB
CMYK
RGB Variations
Color information
#CAC465 (or 0xCAC465) is known color: Dark Khaki. HEX triplet: CA, C4 and 65. RGB value is (202,196,101). Sum of RGB (Red+Green+Blue) = 202+196+101=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC465 is #353B9A. Grayscale: #BBBBBB. Windows color (decimal): -3488667 or 6669514. OLE color: 6669514.
HSL color Cylindrical-coordinate representation of color #CAC465: hue angle of 56.44º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC465 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 101 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.21 |
| HSL | 56.44º | 0.49% | 0.59% | - |
| HSV(B) | 56.44º | 0.5% | 0.79% | - |
| XYZ | 46.45 | 52.98 | 20.09 | - |
| YUV | 186.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 101 | 0 | 0.03 | 0.50 | 0.21 | 56.44 | 0.49 | 0.59 |
| Hex | CA | C4 | 65 | 0 | 3 | 32 | 15 | 38 | 31 | 3B |
| Octal | 312 | 304 | 145 | 0 | 3 | 62 | 25 | 70 | 61 | 73 |
| Binary | 11001010 | 11000100 | 1100101 | 0 | 11 | 110010 | 10101 | 111000 | 110001 | 111011 |
Color Harmonies of #CAC465
Complementary color
Monochromatic Colors of #CAC465
Black with #CAC465
Text Example
Text Example
White with #CAC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC465; }
p { color: rgb(202,196,101); }
H1.HeaderClassName
{
color: #CAC465;
}
.AnyTagClassName
{
color: #CAC465;
}
</style>
background-color css
<style>
a { background-color: #CAC465; }
a { background-color: rgb(202,196,101); }
div.DivClassName
{
background-color: #CAC465;
}
.BgClassName
{
background-color: #CAC465;
}
</style>
border-color css
<style>
span { border-color: #CAC465; }
span { border-color: rgb(202,196,101); }
td.TdClassName
{
border-color: #CAC465;
}
.TagClassName
{
border-color: #CAC465;
}
</style>