Shades of Dark Khaki #CBC66A
Tints of Dark Khaki #CBC66A
RGB
CMYK
RGB Variations
Color information
#CBC66A (or 0xCBC66A) is known color: Dark Khaki. HEX triplet: CB, C6 and 6A. RGB value is (203,198,106). Sum of RGB (Red+Green+Blue) = 203+198+106=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC66A is #343995. Grayscale: #BDBDBD. Windows color (decimal): -3422614 or 6997707. OLE color: 6997707.
HSL color Cylindrical-coordinate representation of color #CBC66A: hue angle of 56.91º degrees, saturation: 0.48, 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 #CBC66A is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 106 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.20 |
| HSL | 56.91º | 0.48% | 0.61% | - |
| HSV(B) | 56.91º | 0.48% | 0.8% | - |
| XYZ | 47.42 | 54.13 | 21.58 | - |
| YUV | 189.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 106 | 0 | 0.02 | 0.48 | 0.20 | 56.91 | 0.48 | 0.61 |
| Hex | CB | C6 | 6A | 0 | 2 | 30 | 14 | 39 | 30 | 3D |
| Octal | 313 | 306 | 152 | 0 | 2 | 60 | 24 | 71 | 60 | 75 |
| Binary | 11001011 | 11000110 | 1101010 | 0 | 10 | 110000 | 10100 | 111001 | 110000 | 111101 |
Color Harmonies of #CBC66A
Complementary color
Monochromatic Colors of #CBC66A
Black with #CBC66A
Text Example
Text Example
White with #CBC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC66A; }
p { color: rgb(203,198,106); }
H1.HeaderClassName
{
color: #CBC66A;
}
.AnyTagClassName
{
color: #CBC66A;
}
</style>
background-color css
<style>
a { background-color: #CBC66A; }
a { background-color: rgb(203,198,106); }
div.DivClassName
{
background-color: #CBC66A;
}
.BgClassName
{
background-color: #CBC66A;
}
</style>
border-color css
<style>
span { border-color: #CBC66A; }
span { border-color: rgb(203,198,106); }
td.TdClassName
{
border-color: #CBC66A;
}
.TagClassName
{
border-color: #CBC66A;
}
</style>