Shades of Dark Khaki #CCC36D
Tints of Dark Khaki #CCC36D
RGB
CMYK
RGB Variations
Color information
#CCC36D (or 0xCCC36D) is known color: Dark Khaki. HEX triplet: CC, C3 and 6D. RGB value is (204,195,109). Sum of RGB (Red+Green+Blue) = 204+195+109=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC36D is #333C92. Grayscale: #BCBCBC. Windows color (decimal): -3357843 or 7193548. OLE color: 7193548.
HSL color Cylindrical-coordinate representation of color #CCC36D: hue angle of 54.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCC36D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 109 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.2 |
| HSL | 54.32º | 0.48% | 0.61% | - |
| HSV(B) | 54.32º | 0.47% | 0.8% | - |
| XYZ | 47.18 | 52.97 | 22.21 | - |
| YUV | 187.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 109 | 0 | 0.04 | 0.47 | 0.2 | 54.32 | 0.48 | 0.61 |
| Hex | CC | C3 | 6D | 0 | 4 | 2F | 14 | 36 | 30 | 3D |
| Octal | 314 | 303 | 155 | 0 | 4 | 57 | 24 | 66 | 60 | 75 |
| Binary | 11001100 | 11000011 | 1101101 | 0 | 100 | 101111 | 10100 | 110110 | 110000 | 111101 |
Color Harmonies of #CCC36D
Complementary color
Monochromatic Colors of #CCC36D
Black with #CCC36D
Text Example
Text Example
White with #CCC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC36D; }
p { color: rgb(204,195,109); }
H1.HeaderClassName
{
color: #CCC36D;
}
.AnyTagClassName
{
color: #CCC36D;
}
</style>
background-color css
<style>
a { background-color: #CCC36D; }
a { background-color: rgb(204,195,109); }
div.DivClassName
{
background-color: #CCC36D;
}
.BgClassName
{
background-color: #CCC36D;
}
</style>
border-color css
<style>
span { border-color: #CCC36D; }
span { border-color: rgb(204,195,109); }
td.TdClassName
{
border-color: #CCC36D;
}
.TagClassName
{
border-color: #CCC36D;
}
</style>