Shades of Dark Khaki #CCC470
Tints of Dark Khaki #CCC470
RGB
CMYK
RGB Variations
Color information
#CCC470 (or 0xCCC470) is known color: Dark Khaki. HEX triplet: CC, C4 and 70. RGB value is (204,196,112). Sum of RGB (Red+Green+Blue) = 204+196+112=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC470 is #333B8F. Grayscale: #BDBDBD. Windows color (decimal): -3357584 or 7390412. OLE color: 7390412.
HSL color Cylindrical-coordinate representation of color #CCC470: hue angle of 54.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCC470 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 112 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.2 |
| HSL | 54.78º | 0.47% | 0.62% | - |
| HSV(B) | 54.78º | 0.45% | 0.8% | - |
| XYZ | 47.57 | 53.49 | 23.15 | - |
| YUV | 188.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 112 | 0 | 0.04 | 0.45 | 0.2 | 54.78 | 0.47 | 0.62 |
| Hex | CC | C4 | 70 | 0 | 4 | 2D | 14 | 37 | 2F | 3E |
| Octal | 314 | 304 | 160 | 0 | 4 | 55 | 24 | 67 | 57 | 76 |
| Binary | 11001100 | 11000100 | 1110000 | 0 | 100 | 101101 | 10100 | 110111 | 101111 | 111110 |
Color Harmonies of #CCC470
Complementary color
Monochromatic Colors of #CCC470
Black with #CCC470
Text Example
Text Example
White with #CCC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC470; }
p { color: rgb(204,196,112); }
H1.HeaderClassName
{
color: #CCC470;
}
.AnyTagClassName
{
color: #CCC470;
}
</style>
background-color css
<style>
a { background-color: #CCC470; }
a { background-color: rgb(204,196,112); }
div.DivClassName
{
background-color: #CCC470;
}
.BgClassName
{
background-color: #CCC470;
}
</style>
border-color css
<style>
span { border-color: #CCC470; }
span { border-color: rgb(204,196,112); }
td.TdClassName
{
border-color: #CCC470;
}
.TagClassName
{
border-color: #CCC470;
}
</style>