Shades of Dark Khaki #CAC16F
Tints of Dark Khaki #CAC16F
RGB
CMYK
RGB Variations
Color information
#CAC16F (or 0xCAC16F) is known color: Dark Khaki. HEX triplet: CA, C1 and 6F. RGB value is (202,193,111). Sum of RGB (Red+Green+Blue) = 202+193+111=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16F is #353E90. Grayscale: #BABABA. Windows color (decimal): -3489425 or 7324106. OLE color: 7324106.
HSL color Cylindrical-coordinate representation of color #CAC16F: hue angle of 54.07º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAC16F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 111 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.21 |
| HSL | 54.07º | 0.46% | 0.61% | - |
| HSV(B) | 54.07º | 0.45% | 0.79% | - |
| XYZ | 46.3 | 51.84 | 22.61 | - |
| YUV | 186.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 111 | 0 | 0.04 | 0.45 | 0.21 | 54.07 | 0.46 | 0.61 |
| Hex | CA | C1 | 6F | 0 | 4 | 2D | 15 | 36 | 2E | 3D |
| Octal | 312 | 301 | 157 | 0 | 4 | 55 | 25 | 66 | 56 | 75 |
| Binary | 11001010 | 11000001 | 1101111 | 0 | 100 | 101101 | 10101 | 110110 | 101110 | 111101 |
Color Harmonies of #CAC16F
Complementary color
Monochromatic Colors of #CAC16F
Black with #CAC16F
Text Example
Text Example
White with #CAC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC16F; }
p { color: rgb(202,193,111); }
H1.HeaderClassName
{
color: #CAC16F;
}
.AnyTagClassName
{
color: #CAC16F;
}
</style>
background-color css
<style>
a { background-color: #CAC16F; }
a { background-color: rgb(202,193,111); }
div.DivClassName
{
background-color: #CAC16F;
}
.BgClassName
{
background-color: #CAC16F;
}
</style>
border-color css
<style>
span { border-color: #CAC16F; }
span { border-color: rgb(202,193,111); }
td.TdClassName
{
border-color: #CAC16F;
}
.TagClassName
{
border-color: #CAC16F;
}
</style>