Shades of Dark Khaki #CCC76B
Tints of Dark Khaki #CCC76B
RGB
CMYK
RGB Variations
Color information
#CCC76B (or 0xCCC76B) is known color: Dark Khaki. HEX triplet: CC, C7 and 6B. RGB value is (204,199,107). Sum of RGB (Red+Green+Blue) = 204+199+107=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC76B is #333894. Grayscale: #BEBEBE. Windows color (decimal): -3356821 or 7063500. OLE color: 7063500.
HSL color Cylindrical-coordinate representation of color #CCC76B: hue angle of 56.91º 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 #CCC76B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 107 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.2 |
| HSL | 56.91º | 0.49% | 0.61% | - |
| HSV(B) | 56.91º | 0.48% | 0.8% | - |
| XYZ | 47.98 | 54.75 | 21.95 | - |
| YUV | 190.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 107 | 0 | 0.02 | 0.48 | 0.2 | 56.91 | 0.49 | 0.61 |
| Hex | CC | C7 | 6B | 0 | 2 | 30 | 14 | 39 | 31 | 3D |
| Octal | 314 | 307 | 153 | 0 | 2 | 60 | 24 | 71 | 61 | 75 |
| Binary | 11001100 | 11000111 | 1101011 | 0 | 10 | 110000 | 10100 | 111001 | 110001 | 111101 |
Color Harmonies of #CCC76B
Complementary color
Monochromatic Colors of #CCC76B
Black with #CCC76B
Text Example
Text Example
White with #CCC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC76B; }
p { color: rgb(204,199,107); }
H1.HeaderClassName
{
color: #CCC76B;
}
.AnyTagClassName
{
color: #CCC76B;
}
</style>
background-color css
<style>
a { background-color: #CCC76B; }
a { background-color: rgb(204,199,107); }
div.DivClassName
{
background-color: #CCC76B;
}
.BgClassName
{
background-color: #CCC76B;
}
</style>
border-color css
<style>
span { border-color: #CCC76B; }
span { border-color: rgb(204,199,107); }
td.TdClassName
{
border-color: #CCC76B;
}
.TagClassName
{
border-color: #CCC76B;
}
</style>