Shades of Dark Khaki #CBC76D
Tints of Dark Khaki #CBC76D
RGB
CMYK
RGB Variations
Color information
#CBC76D (or 0xCBC76D) is known color: Dark Khaki. HEX triplet: CB, C7 and 6D. RGB value is (203,199,109). Sum of RGB (Red+Green+Blue) = 203+199+109=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC76D is #343892. Grayscale: #BEBEBE. Windows color (decimal): -3422355 or 7194571. OLE color: 7194571.
HSL color Cylindrical-coordinate representation of color #CBC76D: hue angle of 57.45º 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 #CBC76D is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 109 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.20 |
| HSL | 57.45º | 0.47% | 0.61% | - |
| HSV(B) | 57.45º | 0.46% | 0.8% | - |
| XYZ | 47.81 | 54.65 | 22.5 | - |
| YUV | 189.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 109 | 0 | 0.02 | 0.46 | 0.20 | 57.45 | 0.47 | 0.61 |
| Hex | CB | C7 | 6D | 0 | 2 | 2E | 14 | 39 | 2F | 3D |
| Octal | 313 | 307 | 155 | 0 | 2 | 56 | 24 | 71 | 57 | 75 |
| Binary | 11001011 | 11000111 | 1101101 | 0 | 10 | 101110 | 10100 | 111001 | 101111 | 111101 |
Color Harmonies of #CBC76D
Complementary color
Monochromatic Colors of #CBC76D
Black with #CBC76D
Text Example
Text Example
White with #CBC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC76D; }
p { color: rgb(203,199,109); }
H1.HeaderClassName
{
color: #CBC76D;
}
.AnyTagClassName
{
color: #CBC76D;
}
</style>
background-color css
<style>
a { background-color: #CBC76D; }
a { background-color: rgb(203,199,109); }
div.DivClassName
{
background-color: #CBC76D;
}
.BgClassName
{
background-color: #CBC76D;
}
</style>
border-color css
<style>
span { border-color: #CBC76D; }
span { border-color: rgb(203,199,109); }
td.TdClassName
{
border-color: #CBC76D;
}
.TagClassName
{
border-color: #CBC76D;
}
</style>