Shades of Dark Khaki #CCC56E
Tints of Dark Khaki #CCC56E
RGB
CMYK
RGB Variations
Color information
#CCC56E (or 0xCCC56E) is known color: Dark Khaki. HEX triplet: CC, C5 and 6E. RGB value is (204,197,110). Sum of RGB (Red+Green+Blue) = 204+197+110=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC56E is #333A91. Grayscale: #BDBDBD. Windows color (decimal): -3357330 or 7259596. OLE color: 7259596.
HSL color Cylindrical-coordinate representation of color #CCC56E: hue angle of 55.53º 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 #CCC56E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 110 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.2 |
| HSL | 55.53º | 0.48% | 0.62% | - |
| HSV(B) | 55.53º | 0.46% | 0.8% | - |
| XYZ | 47.68 | 53.9 | 22.64 | - |
| YUV | 189.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 110 | 0 | 0.03 | 0.46 | 0.2 | 55.53 | 0.48 | 0.62 |
| Hex | CC | C5 | 6E | 0 | 3 | 2E | 14 | 38 | 30 | 3E |
| Octal | 314 | 305 | 156 | 0 | 3 | 56 | 24 | 70 | 60 | 76 |
| Binary | 11001100 | 11000101 | 1101110 | 0 | 11 | 101110 | 10100 | 111000 | 110000 | 111110 |
Color Harmonies of #CCC56E
Complementary color
Monochromatic Colors of #CCC56E
Black with #CCC56E
Text Example
Text Example
White with #CCC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC56E; }
p { color: rgb(204,197,110); }
H1.HeaderClassName
{
color: #CCC56E;
}
.AnyTagClassName
{
color: #CCC56E;
}
</style>
background-color css
<style>
a { background-color: #CCC56E; }
a { background-color: rgb(204,197,110); }
div.DivClassName
{
background-color: #CCC56E;
}
.BgClassName
{
background-color: #CCC56E;
}
</style>
border-color css
<style>
span { border-color: #CCC56E; }
span { border-color: rgb(204,197,110); }
td.TdClassName
{
border-color: #CCC56E;
}
.TagClassName
{
border-color: #CCC56E;
}
</style>