Shades of Dark Khaki #CDC76C
Tints of Dark Khaki #CDC76C
RGB
CMYK
RGB Variations
Color information
#CDC76C (or 0xCDC76C) is known color: Dark Khaki. HEX triplet: CD, C7 and 6C. RGB value is (205,199,108). Sum of RGB (Red+Green+Blue) = 205+199+108=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC76C is #323893. Grayscale: #BEBEBE. Windows color (decimal): -3291284 or 7129037. OLE color: 7129037.
HSL color Cylindrical-coordinate representation of color #CDC76C: hue angle of 56.29º 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 #CDC76C is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 108 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.20 |
| HSL | 56.29º | 0.49% | 0.61% | - |
| HSV(B) | 56.29º | 0.47% | 0.8% | - |
| XYZ | 48.31 | 54.91 | 22.24 | - |
| YUV | 190.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 108 | 0 | 0.03 | 0.47 | 0.20 | 56.29 | 0.49 | 0.61 |
| Hex | CD | C7 | 6C | 0 | 3 | 2F | 14 | 38 | 31 | 3D |
| Octal | 315 | 307 | 154 | 0 | 3 | 57 | 24 | 70 | 61 | 75 |
| Binary | 11001101 | 11000111 | 1101100 | 0 | 11 | 101111 | 10100 | 111000 | 110001 | 111101 |
Color Harmonies of #CDC76C
Complementary color
Monochromatic Colors of #CDC76C
Black with #CDC76C
Text Example
Text Example
White with #CDC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC76C; }
p { color: rgb(205,199,108); }
H1.HeaderClassName
{
color: #CDC76C;
}
.AnyTagClassName
{
color: #CDC76C;
}
</style>
background-color css
<style>
a { background-color: #CDC76C; }
a { background-color: rgb(205,199,108); }
div.DivClassName
{
background-color: #CDC76C;
}
.BgClassName
{
background-color: #CDC76C;
}
</style>
border-color css
<style>
span { border-color: #CDC76C; }
span { border-color: rgb(205,199,108); }
td.TdClassName
{
border-color: #CDC76C;
}
.TagClassName
{
border-color: #CDC76C;
}
</style>