Shades of Dark Khaki #CCC66B
Tints of Dark Khaki #CCC66B
RGB
CMYK
RGB Variations
Color information
#CCC66B (or 0xCCC66B) is known color: Dark Khaki. HEX triplet: CC, C6 and 6B. RGB value is (204,198,107). Sum of RGB (Red+Green+Blue) = 204+198+107=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC66B is #333994. Grayscale: #BDBDBD. Windows color (decimal): -3357077 or 7063244. OLE color: 7063244.
HSL color Cylindrical-coordinate representation of color #CCC66B: hue angle of 56.29º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC66B is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 107 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.2 |
| HSL | 56.29º | 0.49% | 0.61% | - |
| HSV(B) | 56.29º | 0.48% | 0.8% | - |
| XYZ | 47.75 | 54.29 | 21.87 | - |
| YUV | 189.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 107 | 0 | 0.03 | 0.48 | 0.2 | 56.29 | 0.49 | 0.61 |
| Hex | CC | C6 | 6B | 0 | 3 | 30 | 14 | 38 | 31 | 3D |
| Octal | 314 | 306 | 153 | 0 | 3 | 60 | 24 | 70 | 61 | 75 |
| Binary | 11001100 | 11000110 | 1101011 | 0 | 11 | 110000 | 10100 | 111000 | 110001 | 111101 |
Color Harmonies of #CCC66B
Complementary color
Monochromatic Colors of #CCC66B
Black with #CCC66B
Text Example
Text Example
White with #CCC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC66B; }
p { color: rgb(204,198,107); }
H1.HeaderClassName
{
color: #CCC66B;
}
.AnyTagClassName
{
color: #CCC66B;
}
</style>
background-color css
<style>
a { background-color: #CCC66B; }
a { background-color: rgb(204,198,107); }
div.DivClassName
{
background-color: #CCC66B;
}
.BgClassName
{
background-color: #CCC66B;
}
</style>
border-color css
<style>
span { border-color: #CCC66B; }
span { border-color: rgb(204,198,107); }
td.TdClassName
{
border-color: #CCC66B;
}
.TagClassName
{
border-color: #CCC66B;
}
</style>