Shades of Dark Khaki #CCC66D
Tints of Dark Khaki #CCC66D
RGB
CMYK
RGB Variations
Color information
#CCC66D (or 0xCCC66D) is known color: Dark Khaki. HEX triplet: CC, C6 and 6D. RGB value is (204,198,109). Sum of RGB (Red+Green+Blue) = 204+198+109=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC66D is #333992. Grayscale: #BEBEBE. Windows color (decimal): -3357075 or 7194316. OLE color: 7194316.
HSL color Cylindrical-coordinate representation of color #CCC66D: hue angle of 56.21º 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 #CCC66D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 109 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.2 |
| HSL | 56.21º | 0.48% | 0.61% | - |
| HSV(B) | 56.21º | 0.47% | 0.8% | - |
| XYZ | 47.86 | 54.33 | 22.43 | - |
| YUV | 189.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 109 | 0 | 0.03 | 0.47 | 0.2 | 56.21 | 0.48 | 0.61 |
| Hex | CC | C6 | 6D | 0 | 3 | 2F | 14 | 38 | 30 | 3D |
| Octal | 314 | 306 | 155 | 0 | 3 | 57 | 24 | 70 | 60 | 75 |
| Binary | 11001100 | 11000110 | 1101101 | 0 | 11 | 101111 | 10100 | 111000 | 110000 | 111101 |
Color Harmonies of #CCC66D
Complementary color
Monochromatic Colors of #CCC66D
Black with #CCC66D
Text Example
Text Example
White with #CCC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC66D; }
p { color: rgb(204,198,109); }
H1.HeaderClassName
{
color: #CCC66D;
}
.AnyTagClassName
{
color: #CCC66D;
}
</style>
background-color css
<style>
a { background-color: #CCC66D; }
a { background-color: rgb(204,198,109); }
div.DivClassName
{
background-color: #CCC66D;
}
.BgClassName
{
background-color: #CCC66D;
}
</style>
border-color css
<style>
span { border-color: #CCC66D; }
span { border-color: rgb(204,198,109); }
td.TdClassName
{
border-color: #CCC66D;
}
.TagClassName
{
border-color: #CCC66D;
}
</style>