Shades of Dark Khaki #CCC76E
Tints of Dark Khaki #CCC76E
RGB
CMYK
RGB Variations
Color information
#CCC76E (or 0xCCC76E) is known color: Dark Khaki. HEX triplet: CC, C7 and 6E. RGB value is (204,199,110). Sum of RGB (Red+Green+Blue) = 204+199+110=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC76E is #333891. Grayscale: #BEBEBE. Windows color (decimal): -3356818 or 7260108. OLE color: 7260108.
HSL color Cylindrical-coordinate representation of color #CCC76E: hue angle of 56.81º 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 #CCC76E is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 110 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.2 |
| HSL | 56.81º | 0.48% | 0.62% | - |
| HSV(B) | 56.81º | 0.46% | 0.8% | - |
| XYZ | 48.14 | 54.81 | 22.79 | - |
| YUV | 190.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 110 | 0 | 0.02 | 0.46 | 0.2 | 56.81 | 0.48 | 0.62 |
| Hex | CC | C7 | 6E | 0 | 2 | 2E | 14 | 39 | 30 | 3E |
| Octal | 314 | 307 | 156 | 0 | 2 | 56 | 24 | 71 | 60 | 76 |
| Binary | 11001100 | 11000111 | 1101110 | 0 | 10 | 101110 | 10100 | 111001 | 110000 | 111110 |
Color Harmonies of #CCC76E
Complementary color
Monochromatic Colors of #CCC76E
Black with #CCC76E
Text Example
Text Example
White with #CCC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC76E; }
p { color: rgb(204,199,110); }
H1.HeaderClassName
{
color: #CCC76E;
}
.AnyTagClassName
{
color: #CCC76E;
}
</style>
background-color css
<style>
a { background-color: #CCC76E; }
a { background-color: rgb(204,199,110); }
div.DivClassName
{
background-color: #CCC76E;
}
.BgClassName
{
background-color: #CCC76E;
}
</style>
border-color css
<style>
span { border-color: #CCC76E; }
span { border-color: rgb(204,199,110); }
td.TdClassName
{
border-color: #CCC76E;
}
.TagClassName
{
border-color: #CCC76E;
}
</style>