Shades of Dark Khaki #CCC66E
Tints of Dark Khaki #CCC66E
RGB
CMYK
RGB Variations
Color information
#CCC66E (or 0xCCC66E) is known color: Dark Khaki. HEX triplet: CC, C6 and 6E. RGB value is (204,198,110). Sum of RGB (Red+Green+Blue) = 204+198+110=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC66E is #333991. Grayscale: #BEBEBE. Windows color (decimal): -3357074 or 7259852. OLE color: 7259852.
HSL color Cylindrical-coordinate representation of color #CCC66E: hue angle of 56.17º degrees, saturation: 0.48, 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 #CCC66E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 110 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.2 |
| HSL | 56.17º | 0.48% | 0.62% | - |
| HSV(B) | 56.17º | 0.46% | 0.8% | - |
| XYZ | 47.91 | 54.35 | 22.72 | - |
| YUV | 189.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 110 | 0 | 0.03 | 0.46 | 0.2 | 56.17 | 0.48 | 0.62 |
| Hex | CC | C6 | 6E | 0 | 3 | 2E | 14 | 38 | 30 | 3E |
| Octal | 314 | 306 | 156 | 0 | 3 | 56 | 24 | 70 | 60 | 76 |
| Binary | 11001100 | 11000110 | 1101110 | 0 | 11 | 101110 | 10100 | 111000 | 110000 | 111110 |
Color Harmonies of #CCC66E
Complementary color
Monochromatic Colors of #CCC66E
Black with #CCC66E
Text Example
Text Example
White with #CCC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC66E; }
p { color: rgb(204,198,110); }
H1.HeaderClassName
{
color: #CCC66E;
}
.AnyTagClassName
{
color: #CCC66E;
}
</style>
background-color css
<style>
a { background-color: #CCC66E; }
a { background-color: rgb(204,198,110); }
div.DivClassName
{
background-color: #CCC66E;
}
.BgClassName
{
background-color: #CCC66E;
}
</style>
border-color css
<style>
span { border-color: #CCC66E; }
span { border-color: rgb(204,198,110); }
td.TdClassName
{
border-color: #CCC66E;
}
.TagClassName
{
border-color: #CCC66E;
}
</style>