Shades of Dark Khaki #CDC56D
Tints of Dark Khaki #CDC56D
RGB
CMYK
RGB Variations
Color information
#CDC56D (or 0xCDC56D) is known color: Dark Khaki. HEX triplet: CD, C5 and 6D. RGB value is (205,197,109). Sum of RGB (Red+Green+Blue) = 205+197+109=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC56D is #323A92. Grayscale: #BDBDBD. Windows color (decimal): -3291795 or 7194061. OLE color: 7194061.
HSL color Cylindrical-coordinate representation of color #CDC56D: hue angle of 55º 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 #CDC56D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 109 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.20 |
| HSL | 55º | 0.49% | 0.62% | - |
| HSV(B) | 55º | 0.47% | 0.8% | - |
| XYZ | 47.9 | 54.02 | 22.37 | - |
| YUV | 189.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 109 | 0 | 0.04 | 0.47 | 0.20 | 55 | 0.49 | 0.62 |
| Hex | CD | C5 | 6D | 0 | 4 | 2F | 14 | 37 | 31 | 3E |
| Octal | 315 | 305 | 155 | 0 | 4 | 57 | 24 | 67 | 61 | 76 |
| Binary | 11001101 | 11000101 | 1101101 | 0 | 100 | 101111 | 10100 | 110111 | 110001 | 111110 |
Color Harmonies of #CDC56D
Complementary color
Monochromatic Colors of #CDC56D
Black with #CDC56D
Text Example
Text Example
White with #CDC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC56D; }
p { color: rgb(205,197,109); }
H1.HeaderClassName
{
color: #CDC56D;
}
.AnyTagClassName
{
color: #CDC56D;
}
</style>
background-color css
<style>
a { background-color: #CDC56D; }
a { background-color: rgb(205,197,109); }
div.DivClassName
{
background-color: #CDC56D;
}
.BgClassName
{
background-color: #CDC56D;
}
</style>
border-color css
<style>
span { border-color: #CDC56D; }
span { border-color: rgb(205,197,109); }
td.TdClassName
{
border-color: #CDC56D;
}
.TagClassName
{
border-color: #CDC56D;
}
</style>