Shades of Dark Khaki #CAC567
Tints of Dark Khaki #CAC567
RGB
CMYK
RGB Variations
Color information
#CAC567 (or 0xCAC567) is known color: Dark Khaki. HEX triplet: CA, C5 and 67. RGB value is (202,197,103). Sum of RGB (Red+Green+Blue) = 202+197+103=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC567 is #353A98. Grayscale: #BCBCBC. Windows color (decimal): -3488409 or 6800842. OLE color: 6800842.
HSL color Cylindrical-coordinate representation of color #CAC567: hue angle of 56.97º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAC567 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 103 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.21 |
| HSL | 56.97º | 0.48% | 0.6% | - |
| HSV(B) | 56.97º | 0.49% | 0.79% | - |
| XYZ | 46.77 | 53.47 | 20.69 | - |
| YUV | 187.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 103 | 0 | 0.02 | 0.49 | 0.21 | 56.97 | 0.48 | 0.6 |
| Hex | CA | C5 | 67 | 0 | 2 | 31 | 15 | 39 | 30 | 3C |
| Octal | 312 | 305 | 147 | 0 | 2 | 61 | 25 | 71 | 60 | 74 |
| Binary | 11001010 | 11000101 | 1100111 | 0 | 10 | 110001 | 10101 | 111001 | 110000 | 111100 |
Color Harmonies of #CAC567
Complementary color
Monochromatic Colors of #CAC567
Black with #CAC567
Text Example
Text Example
White with #CAC567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC567; }
p { color: rgb(202,197,103); }
H1.HeaderClassName
{
color: #CAC567;
}
.AnyTagClassName
{
color: #CAC567;
}
</style>
background-color css
<style>
a { background-color: #CAC567; }
a { background-color: rgb(202,197,103); }
div.DivClassName
{
background-color: #CAC567;
}
.BgClassName
{
background-color: #CAC567;
}
</style>
border-color css
<style>
span { border-color: #CAC567; }
span { border-color: rgb(202,197,103); }
td.TdClassName
{
border-color: #CAC567;
}
.TagClassName
{
border-color: #CAC567;
}
</style>