Shades of Dark Khaki #CDC66C
Tints of Dark Khaki #CDC66C
RGB
CMYK
RGB Variations
Color information
#CDC66C (or 0xCDC66C) is known color: Dark Khaki. HEX triplet: CD, C6 and 6C. RGB value is (205,198,108). Sum of RGB (Red+Green+Blue) = 205+198+108=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC66C is #323993. Grayscale: #BEBEBE. Windows color (decimal): -3291540 or 7128781. OLE color: 7128781.
HSL color Cylindrical-coordinate representation of color #CDC66C: hue angle of 55.67º 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 #CDC66C is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 108 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.20 |
| HSL | 55.67º | 0.49% | 0.61% | - |
| HSV(B) | 55.67º | 0.47% | 0.8% | - |
| XYZ | 48.08 | 54.45 | 22.16 | - |
| YUV | 189.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 108 | 0 | 0.03 | 0.47 | 0.20 | 55.67 | 0.49 | 0.61 |
| Hex | CD | C6 | 6C | 0 | 3 | 2F | 14 | 38 | 31 | 3D |
| Octal | 315 | 306 | 154 | 0 | 3 | 57 | 24 | 70 | 61 | 75 |
| Binary | 11001101 | 11000110 | 1101100 | 0 | 11 | 101111 | 10100 | 111000 | 110001 | 111101 |
Color Harmonies of #CDC66C
Complementary color
Monochromatic Colors of #CDC66C
Black with #CDC66C
Text Example
Text Example
White with #CDC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC66C; }
p { color: rgb(205,198,108); }
H1.HeaderClassName
{
color: #CDC66C;
}
.AnyTagClassName
{
color: #CDC66C;
}
</style>
background-color css
<style>
a { background-color: #CDC66C; }
a { background-color: rgb(205,198,108); }
div.DivClassName
{
background-color: #CDC66C;
}
.BgClassName
{
background-color: #CDC66C;
}
</style>
border-color css
<style>
span { border-color: #CDC66C; }
span { border-color: rgb(205,198,108); }
td.TdClassName
{
border-color: #CDC66C;
}
.TagClassName
{
border-color: #CDC66C;
}
</style>