Shades of Dark Khaki #CCC66F
Tints of Dark Khaki #CCC66F
RGB
CMYK
RGB Variations
Color information
#CCC66F (or 0xCCC66F) is known color: Dark Khaki. HEX triplet: CC, C6 and 6F. RGB value is (204,198,111). Sum of RGB (Red+Green+Blue) = 204+198+111=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC66F is #333990. Grayscale: #BEBEBE. Windows color (decimal): -3357073 or 7325388. OLE color: 7325388.
HSL color Cylindrical-coordinate representation of color #CCC66F: hue angle of 56.13º 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 #CCC66F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 111 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.2 |
| HSL | 56.13º | 0.48% | 0.62% | - |
| HSV(B) | 56.13º | 0.46% | 0.8% | - |
| XYZ | 47.97 | 54.37 | 23.01 | - |
| YUV | 189.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 111 | 0 | 0.03 | 0.46 | 0.2 | 56.13 | 0.48 | 0.62 |
| Hex | CC | C6 | 6F | 0 | 3 | 2E | 14 | 38 | 30 | 3E |
| Octal | 314 | 306 | 157 | 0 | 3 | 56 | 24 | 70 | 60 | 76 |
| Binary | 11001100 | 11000110 | 1101111 | 0 | 11 | 101110 | 10100 | 111000 | 110000 | 111110 |
Color Harmonies of #CCC66F
Complementary color
Monochromatic Colors of #CCC66F
Black with #CCC66F
Text Example
Text Example
White with #CCC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC66F; }
p { color: rgb(204,198,111); }
H1.HeaderClassName
{
color: #CCC66F;
}
.AnyTagClassName
{
color: #CCC66F;
}
</style>
background-color css
<style>
a { background-color: #CCC66F; }
a { background-color: rgb(204,198,111); }
div.DivClassName
{
background-color: #CCC66F;
}
.BgClassName
{
background-color: #CCC66F;
}
</style>
border-color css
<style>
span { border-color: #CCC66F; }
span { border-color: rgb(204,198,111); }
td.TdClassName
{
border-color: #CCC66F;
}
.TagClassName
{
border-color: #CCC66F;
}
</style>