Shades of Dark Khaki #CDC66E
Tints of Dark Khaki #CDC66E
RGB
CMYK
RGB Variations
Color information
#CDC66E (or 0xCDC66E) is known color: Dark Khaki. HEX triplet: CD, C6 and 6E. RGB value is (205,198,110). Sum of RGB (Red+Green+Blue) = 205+198+110=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC66E is #323991. Grayscale: #BEBEBE. Windows color (decimal): -3291538 or 7259853. OLE color: 7259853.
HSL color Cylindrical-coordinate representation of color #CDC66E: hue angle of 55.58º 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 #CDC66E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 110 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.20 |
| HSL | 55.58º | 0.49% | 0.62% | - |
| HSV(B) | 55.58º | 0.46% | 0.8% | - |
| XYZ | 48.19 | 54.49 | 22.73 | - |
| YUV | 190.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 110 | 0 | 0.03 | 0.46 | 0.20 | 55.58 | 0.49 | 0.62 |
| Hex | CD | C6 | 6E | 0 | 3 | 2E | 14 | 38 | 31 | 3E |
| Octal | 315 | 306 | 156 | 0 | 3 | 56 | 24 | 70 | 61 | 76 |
| Binary | 11001101 | 11000110 | 1101110 | 0 | 11 | 101110 | 10100 | 111000 | 110001 | 111110 |
Color Harmonies of #CDC66E
Complementary color
Monochromatic Colors of #CDC66E
Black with #CDC66E
Text Example
Text Example
White with #CDC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC66E; }
p { color: rgb(205,198,110); }
H1.HeaderClassName
{
color: #CDC66E;
}
.AnyTagClassName
{
color: #CDC66E;
}
</style>
background-color css
<style>
a { background-color: #CDC66E; }
a { background-color: rgb(205,198,110); }
div.DivClassName
{
background-color: #CDC66E;
}
.BgClassName
{
background-color: #CDC66E;
}
</style>
border-color css
<style>
span { border-color: #CDC66E; }
span { border-color: rgb(205,198,110); }
td.TdClassName
{
border-color: #CDC66E;
}
.TagClassName
{
border-color: #CDC66E;
}
</style>