Shades of Dark Khaki #CCC56A
Tints of Dark Khaki #CCC56A
RGB
CMYK
RGB Variations
Color information
#CCC56A (or 0xCCC56A) is known color: Dark Khaki. HEX triplet: CC, C5 and 6A. RGB value is (204,197,106). Sum of RGB (Red+Green+Blue) = 204+197+106=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC56A is #333A95. Grayscale: #BDBDBD. Windows color (decimal): -3357334 or 6997452. OLE color: 6997452.
HSL color Cylindrical-coordinate representation of color #CCC56A: hue angle of 55.71º 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 #CCC56A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 106 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.2 |
| HSL | 55.71º | 0.49% | 0.61% | - |
| HSV(B) | 55.71º | 0.48% | 0.8% | - |
| XYZ | 47.47 | 53.81 | 21.52 | - |
| YUV | 188.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 106 | 0 | 0.03 | 0.48 | 0.2 | 55.71 | 0.49 | 0.61 |
| Hex | CC | C5 | 6A | 0 | 3 | 30 | 14 | 38 | 31 | 3D |
| Octal | 314 | 305 | 152 | 0 | 3 | 60 | 24 | 70 | 61 | 75 |
| Binary | 11001100 | 11000101 | 1101010 | 0 | 11 | 110000 | 10100 | 111000 | 110001 | 111101 |
Color Harmonies of #CCC56A
Complementary color
Monochromatic Colors of #CCC56A
Black with #CCC56A
Text Example
Text Example
White with #CCC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC56A; }
p { color: rgb(204,197,106); }
H1.HeaderClassName
{
color: #CCC56A;
}
.AnyTagClassName
{
color: #CCC56A;
}
</style>
background-color css
<style>
a { background-color: #CCC56A; }
a { background-color: rgb(204,197,106); }
div.DivClassName
{
background-color: #CCC56A;
}
.BgClassName
{
background-color: #CCC56A;
}
</style>
border-color css
<style>
span { border-color: #CCC56A; }
span { border-color: rgb(204,197,106); }
td.TdClassName
{
border-color: #CCC56A;
}
.TagClassName
{
border-color: #CCC56A;
}
</style>