Shades of Dark Khaki #CBC46D
Tints of Dark Khaki #CBC46D
RGB
CMYK
RGB Variations
Color information
#CBC46D (or 0xCBC46D) is known color: Dark Khaki. HEX triplet: CB, C4 and 6D. RGB value is (203,196,109). Sum of RGB (Red+Green+Blue) = 203+196+109=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC46D is #343B92. Grayscale: #BCBCBC. Windows color (decimal): -3423123 or 7193803. OLE color: 7193803.
HSL color Cylindrical-coordinate representation of color #CBC46D: hue angle of 55.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBC46D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 109 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.20 |
| HSL | 55.53º | 0.47% | 0.61% | - |
| HSV(B) | 55.53º | 0.46% | 0.8% | - |
| XYZ | 47.13 | 53.28 | 22.27 | - |
| YUV | 188.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 109 | 0 | 0.03 | 0.46 | 0.20 | 55.53 | 0.47 | 0.61 |
| Hex | CB | C4 | 6D | 0 | 3 | 2E | 14 | 38 | 2F | 3D |
| Octal | 313 | 304 | 155 | 0 | 3 | 56 | 24 | 70 | 57 | 75 |
| Binary | 11001011 | 11000100 | 1101101 | 0 | 11 | 101110 | 10100 | 111000 | 101111 | 111101 |
Color Harmonies of #CBC46D
Complementary color
Monochromatic Colors of #CBC46D
Black with #CBC46D
Text Example
Text Example
White with #CBC46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC46D; }
p { color: rgb(203,196,109); }
H1.HeaderClassName
{
color: #CBC46D;
}
.AnyTagClassName
{
color: #CBC46D;
}
</style>
background-color css
<style>
a { background-color: #CBC46D; }
a { background-color: rgb(203,196,109); }
div.DivClassName
{
background-color: #CBC46D;
}
.BgClassName
{
background-color: #CBC46D;
}
</style>
border-color css
<style>
span { border-color: #CBC46D; }
span { border-color: rgb(203,196,109); }
td.TdClassName
{
border-color: #CBC46D;
}
.TagClassName
{
border-color: #CBC46D;
}
</style>