Shades of Dark Khaki #CCC26E
Tints of Dark Khaki #CCC26E
RGB
CMYK
RGB Variations
Color information
#CCC26E (or 0xCCC26E) is known color: Dark Khaki. HEX triplet: CC, C2 and 6E. RGB value is (204,194,110). Sum of RGB (Red+Green+Blue) = 204+194+110=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC26E is #333D91. Grayscale: #BBBBBB. Windows color (decimal): -3358098 or 7258828. OLE color: 7258828.
HSL color Cylindrical-coordinate representation of color #CCC26E: hue angle of 53.62º 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 #CCC26E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 110 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.2 |
| HSL | 53.62º | 0.48% | 0.62% | - |
| HSV(B) | 53.62º | 0.46% | 0.8% | - |
| XYZ | 47.01 | 52.55 | 22.42 | - |
| YUV | 187.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 110 | 0 | 0.05 | 0.46 | 0.2 | 53.62 | 0.48 | 0.62 |
| Hex | CC | C2 | 6E | 0 | 5 | 2E | 14 | 36 | 30 | 3E |
| Octal | 314 | 302 | 156 | 0 | 5 | 56 | 24 | 66 | 60 | 76 |
| Binary | 11001100 | 11000010 | 1101110 | 0 | 101 | 101110 | 10100 | 110110 | 110000 | 111110 |
Color Harmonies of #CCC26E
Complementary color
Monochromatic Colors of #CCC26E
Black with #CCC26E
Text Example
Text Example
White with #CCC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC26E; }
p { color: rgb(204,194,110); }
H1.HeaderClassName
{
color: #CCC26E;
}
.AnyTagClassName
{
color: #CCC26E;
}
</style>
background-color css
<style>
a { background-color: #CCC26E; }
a { background-color: rgb(204,194,110); }
div.DivClassName
{
background-color: #CCC26E;
}
.BgClassName
{
background-color: #CCC26E;
}
</style>
border-color css
<style>
span { border-color: #CCC26E; }
span { border-color: rgb(204,194,110); }
td.TdClassName
{
border-color: #CCC26E;
}
.TagClassName
{
border-color: #CCC26E;
}
</style>