Shades of Dark Khaki #CCC36F
Tints of Dark Khaki #CCC36F
RGB
CMYK
RGB Variations
Color information
#CCC36F (or 0xCCC36F) is known color: Dark Khaki. HEX triplet: CC, C3 and 6F. RGB value is (204,195,111). Sum of RGB (Red+Green+Blue) = 204+195+111=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC36F is #333C90. Grayscale: #BCBCBC. Windows color (decimal): -3357841 or 7324620. OLE color: 7324620.
HSL color Cylindrical-coordinate representation of color #CCC36F: hue angle of 54.19º 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 #CCC36F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 111 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.2 |
| HSL | 54.19º | 0.48% | 0.62% | - |
| HSV(B) | 54.19º | 0.46% | 0.8% | - |
| XYZ | 47.29 | 53.02 | 22.78 | - |
| YUV | 188.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 111 | 0 | 0.04 | 0.46 | 0.2 | 54.19 | 0.48 | 0.62 |
| Hex | CC | C3 | 6F | 0 | 4 | 2E | 14 | 36 | 30 | 3E |
| Octal | 314 | 303 | 157 | 0 | 4 | 56 | 24 | 66 | 60 | 76 |
| Binary | 11001100 | 11000011 | 1101111 | 0 | 100 | 101110 | 10100 | 110110 | 110000 | 111110 |
Color Harmonies of #CCC36F
Complementary color
Monochromatic Colors of #CCC36F
Black with #CCC36F
Text Example
Text Example
White with #CCC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC36F; }
p { color: rgb(204,195,111); }
H1.HeaderClassName
{
color: #CCC36F;
}
.AnyTagClassName
{
color: #CCC36F;
}
</style>
background-color css
<style>
a { background-color: #CCC36F; }
a { background-color: rgb(204,195,111); }
div.DivClassName
{
background-color: #CCC36F;
}
.BgClassName
{
background-color: #CCC36F;
}
</style>
border-color css
<style>
span { border-color: #CCC36F; }
span { border-color: rgb(204,195,111); }
td.TdClassName
{
border-color: #CCC36F;
}
.TagClassName
{
border-color: #CCC36F;
}
</style>