Shades of Dark Khaki #CCC36E
Tints of Dark Khaki #CCC36E
RGB
CMYK
RGB Variations
Color information
#CCC36E (or 0xCCC36E) is known color: Dark Khaki. HEX triplet: CC, C3 and 6E. RGB value is (204,195,110). Sum of RGB (Red+Green+Blue) = 204+195+110=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC36E is #333C91. Grayscale: #BCBCBC. Windows color (decimal): -3357842 or 7259084. OLE color: 7259084.
HSL color Cylindrical-coordinate representation of color #CCC36E: hue angle of 54.26º 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 #CCC36E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 110 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.2 |
| HSL | 54.26º | 0.48% | 0.62% | - |
| HSV(B) | 54.26º | 0.46% | 0.8% | - |
| XYZ | 47.23 | 52.99 | 22.49 | - |
| YUV | 188 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 110 | 0 | 0.04 | 0.46 | 0.2 | 54.26 | 0.48 | 0.62 |
| Hex | CC | C3 | 6E | 0 | 4 | 2E | 14 | 36 | 30 | 3E |
| Octal | 314 | 303 | 156 | 0 | 4 | 56 | 24 | 66 | 60 | 76 |
| Binary | 11001100 | 11000011 | 1101110 | 0 | 100 | 101110 | 10100 | 110110 | 110000 | 111110 |
Color Harmonies of #CCC36E
Complementary color
Monochromatic Colors of #CCC36E
Black with #CCC36E
Text Example
Text Example
White with #CCC36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC36E; }
p { color: rgb(204,195,110); }
H1.HeaderClassName
{
color: #CCC36E;
}
.AnyTagClassName
{
color: #CCC36E;
}
</style>
background-color css
<style>
a { background-color: #CCC36E; }
a { background-color: rgb(204,195,110); }
div.DivClassName
{
background-color: #CCC36E;
}
.BgClassName
{
background-color: #CCC36E;
}
</style>
border-color css
<style>
span { border-color: #CCC36E; }
span { border-color: rgb(204,195,110); }
td.TdClassName
{
border-color: #CCC36E;
}
.TagClassName
{
border-color: #CCC36E;
}
</style>