Shades of Dark Khaki #CCC76A
Tints of Dark Khaki #CCC76A
RGB
CMYK
RGB Variations
Color information
#CCC76A (or 0xCCC76A) is known color: Dark Khaki. HEX triplet: CC, C7 and 6A. RGB value is (204,199,106). Sum of RGB (Red+Green+Blue) = 204+199+106=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC76A is #333895. Grayscale: #BEBEBE. Windows color (decimal): -3356822 or 6997964. OLE color: 6997964.
HSL color Cylindrical-coordinate representation of color #CCC76A: hue angle of 56.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC76A is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 106 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.2 |
| HSL | 56.94º | 0.49% | 0.61% | - |
| HSV(B) | 56.94º | 0.48% | 0.8% | - |
| XYZ | 47.93 | 54.72 | 21.67 | - |
| YUV | 189.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 106 | 0 | 0.02 | 0.48 | 0.2 | 56.94 | 0.49 | 0.61 |
| Hex | CC | C7 | 6A | 0 | 2 | 30 | 14 | 39 | 31 | 3D |
| Octal | 314 | 307 | 152 | 0 | 2 | 60 | 24 | 71 | 61 | 75 |
| Binary | 11001100 | 11000111 | 1101010 | 0 | 10 | 110000 | 10100 | 111001 | 110001 | 111101 |
Color Harmonies of #CCC76A
Complementary color
Monochromatic Colors of #CCC76A
Black with #CCC76A
Text Example
Text Example
White with #CCC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC76A; }
p { color: rgb(204,199,106); }
H1.HeaderClassName
{
color: #CCC76A;
}
.AnyTagClassName
{
color: #CCC76A;
}
</style>
background-color css
<style>
a { background-color: #CCC76A; }
a { background-color: rgb(204,199,106); }
div.DivClassName
{
background-color: #CCC76A;
}
.BgClassName
{
background-color: #CCC76A;
}
</style>
border-color css
<style>
span { border-color: #CCC76A; }
span { border-color: rgb(204,199,106); }
td.TdClassName
{
border-color: #CCC76A;
}
.TagClassName
{
border-color: #CCC76A;
}
</style>