Shades of Dark Khaki #CDC76D
Tints of Dark Khaki #CDC76D
RGB
CMYK
RGB Variations
Color information
#CDC76D (or 0xCDC76D) is known color: Dark Khaki. HEX triplet: CD, C7 and 6D. RGB value is (205,199,109). Sum of RGB (Red+Green+Blue) = 205+199+109=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC76D is #323892. Grayscale: #BEBEBE. Windows color (decimal): -3291283 or 7194573. OLE color: 7194573.
HSL color Cylindrical-coordinate representation of color #CDC76D: hue angle of 56.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC76D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 109 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.20 |
| HSL | 56.25º | 0.49% | 0.62% | - |
| HSV(B) | 56.25º | 0.47% | 0.8% | - |
| XYZ | 48.36 | 54.93 | 22.52 | - |
| YUV | 190.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 109 | 0 | 0.03 | 0.47 | 0.20 | 56.25 | 0.49 | 0.62 |
| Hex | CD | C7 | 6D | 0 | 3 | 2F | 14 | 38 | 31 | 3E |
| Octal | 315 | 307 | 155 | 0 | 3 | 57 | 24 | 70 | 61 | 76 |
| Binary | 11001101 | 11000111 | 1101101 | 0 | 11 | 101111 | 10100 | 111000 | 110001 | 111110 |
Color Harmonies of #CDC76D
Complementary color
Monochromatic Colors of #CDC76D
Black with #CDC76D
Text Example
Text Example
White with #CDC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC76D; }
p { color: rgb(205,199,109); }
H1.HeaderClassName
{
color: #CDC76D;
}
.AnyTagClassName
{
color: #CDC76D;
}
</style>
background-color css
<style>
a { background-color: #CDC76D; }
a { background-color: rgb(205,199,109); }
div.DivClassName
{
background-color: #CDC76D;
}
.BgClassName
{
background-color: #CDC76D;
}
</style>
border-color css
<style>
span { border-color: #CDC76D; }
span { border-color: rgb(205,199,109); }
td.TdClassName
{
border-color: #CDC76D;
}
.TagClassName
{
border-color: #CDC76D;
}
</style>