Shades of Dark Khaki #CDC86C
Tints of Dark Khaki #CDC86C
RGB
CMYK
RGB Variations
Color information
#CDC86C (or 0xCDC86C) is known color: Dark Khaki. HEX triplet: CD, C8 and 6C. RGB value is (205,200,108). Sum of RGB (Red+Green+Blue) = 205+200+108=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC86C is #323793. Grayscale: #BFBFBF. Windows color (decimal): -3291028 or 7129293. OLE color: 7129293.
HSL color Cylindrical-coordinate representation of color #CDC86C: hue angle of 56.91º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC86C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 108 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.20 |
| HSL | 56.91º | 0.49% | 0.61% | - |
| HSV(B) | 56.91º | 0.47% | 0.8% | - |
| XYZ | 48.54 | 55.37 | 22.32 | - |
| YUV | 191.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 108 | 0 | 0.02 | 0.47 | 0.20 | 56.91 | 0.49 | 0.61 |
| Hex | CD | C8 | 6C | 0 | 2 | 2F | 14 | 39 | 31 | 3D |
| Octal | 315 | 310 | 154 | 0 | 2 | 57 | 24 | 71 | 61 | 75 |
| Binary | 11001101 | 11001000 | 1101100 | 0 | 10 | 101111 | 10100 | 111001 | 110001 | 111101 |
Color Harmonies of #CDC86C
Complementary color
Monochromatic Colors of #CDC86C
Black with #CDC86C
Text Example
Text Example
White with #CDC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC86C; }
p { color: rgb(205,200,108); }
H1.HeaderClassName
{
color: #CDC86C;
}
.AnyTagClassName
{
color: #CDC86C;
}
</style>
background-color css
<style>
a { background-color: #CDC86C; }
a { background-color: rgb(205,200,108); }
div.DivClassName
{
background-color: #CDC86C;
}
.BgClassName
{
background-color: #CDC86C;
}
</style>
border-color css
<style>
span { border-color: #CDC86C; }
span { border-color: rgb(205,200,108); }
td.TdClassName
{
border-color: #CDC86C;
}
.TagClassName
{
border-color: #CDC86C;
}
</style>