Shades of Dark Khaki #CCC56F
Tints of Dark Khaki #CCC56F
RGB
CMYK
RGB Variations
Color information
#CCC56F (or 0xCCC56F) is known color: Dark Khaki. HEX triplet: CC, C5 and 6F. RGB value is (204,197,111). Sum of RGB (Red+Green+Blue) = 204+197+111=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC56F is #333A90. Grayscale: #BDBDBD. Windows color (decimal): -3357329 or 7325132. OLE color: 7325132.
HSL color Cylindrical-coordinate representation of color #CCC56F: hue angle of 55.48º 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 #CCC56F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 111 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.2 |
| HSL | 55.48º | 0.48% | 0.62% | - |
| HSV(B) | 55.48º | 0.46% | 0.8% | - |
| XYZ | 47.74 | 53.92 | 22.93 | - |
| YUV | 189.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 111 | 0 | 0.03 | 0.46 | 0.2 | 55.48 | 0.48 | 0.62 |
| Hex | CC | C5 | 6F | 0 | 3 | 2E | 14 | 37 | 30 | 3E |
| Octal | 314 | 305 | 157 | 0 | 3 | 56 | 24 | 67 | 60 | 76 |
| Binary | 11001100 | 11000101 | 1101111 | 0 | 11 | 101110 | 10100 | 110111 | 110000 | 111110 |
Color Harmonies of #CCC56F
Complementary color
Monochromatic Colors of #CCC56F
Black with #CCC56F
Text Example
Text Example
White with #CCC56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC56F; }
p { color: rgb(204,197,111); }
H1.HeaderClassName
{
color: #CCC56F;
}
.AnyTagClassName
{
color: #CCC56F;
}
</style>
background-color css
<style>
a { background-color: #CCC56F; }
a { background-color: rgb(204,197,111); }
div.DivClassName
{
background-color: #CCC56F;
}
.BgClassName
{
background-color: #CCC56F;
}
</style>
border-color css
<style>
span { border-color: #CCC56F; }
span { border-color: rgb(204,197,111); }
td.TdClassName
{
border-color: #CCC56F;
}
.TagClassName
{
border-color: #CCC56F;
}
</style>