Shades of Dark Khaki #CDC56E
Tints of Dark Khaki #CDC56E
RGB
CMYK
RGB Variations
Color information
#CDC56E (or 0xCDC56E) is known color: Dark Khaki. HEX triplet: CD, C5 and 6E. RGB value is (205,197,110). Sum of RGB (Red+Green+Blue) = 205+197+110=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC56E is #323A91. Grayscale: #BDBDBD. Windows color (decimal): -3291794 or 7259597. OLE color: 7259597.
HSL color Cylindrical-coordinate representation of color #CDC56E: hue angle of 54.95º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDC56E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 110 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.20 |
| HSL | 54.95º | 0.49% | 0.62% | - |
| HSV(B) | 54.95º | 0.46% | 0.8% | - |
| XYZ | 47.96 | 54.04 | 22.65 | - |
| YUV | 189.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 110 | 0 | 0.04 | 0.46 | 0.20 | 54.95 | 0.49 | 0.62 |
| Hex | CD | C5 | 6E | 0 | 4 | 2E | 14 | 37 | 31 | 3E |
| Octal | 315 | 305 | 156 | 0 | 4 | 56 | 24 | 67 | 61 | 76 |
| Binary | 11001101 | 11000101 | 1101110 | 0 | 100 | 101110 | 10100 | 110111 | 110001 | 111110 |
Color Harmonies of #CDC56E
Complementary color
Monochromatic Colors of #CDC56E
Black with #CDC56E
Text Example
Text Example
White with #CDC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC56E; }
p { color: rgb(205,197,110); }
H1.HeaderClassName
{
color: #CDC56E;
}
.AnyTagClassName
{
color: #CDC56E;
}
</style>
background-color css
<style>
a { background-color: #CDC56E; }
a { background-color: rgb(205,197,110); }
div.DivClassName
{
background-color: #CDC56E;
}
.BgClassName
{
background-color: #CDC56E;
}
</style>
border-color css
<style>
span { border-color: #CDC56E; }
span { border-color: rgb(205,197,110); }
td.TdClassName
{
border-color: #CDC56E;
}
.TagClassName
{
border-color: #CDC56E;
}
</style>