Shades of Dark Khaki #CBC06E
Tints of Dark Khaki #CBC06E
RGB
CMYK
RGB Variations
Color information
#CBC06E (or 0xCBC06E) is known color: Dark Khaki. HEX triplet: CB, C0 and 6E. RGB value is (203,192,110). Sum of RGB (Red+Green+Blue) = 203+192+110=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06E is #343F91. Grayscale: #BABABA. Windows color (decimal): -3424146 or 7258315. OLE color: 7258315.
HSL color Cylindrical-coordinate representation of color #CBC06E: hue angle of 52.9º 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 #CBC06E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 110 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.20 |
| HSL | 52.9º | 0.47% | 0.61% | - |
| HSV(B) | 52.9º | 0.46% | 0.8% | - |
| XYZ | 46.29 | 51.52 | 22.26 | - |
| YUV | 185.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 110 | 0 | 0.05 | 0.46 | 0.20 | 52.9 | 0.47 | 0.61 |
| Hex | CB | C0 | 6E | 0 | 5 | 2E | 14 | 35 | 2F | 3D |
| Octal | 313 | 300 | 156 | 0 | 5 | 56 | 24 | 65 | 57 | 75 |
| Binary | 11001011 | 11000000 | 1101110 | 0 | 101 | 101110 | 10100 | 110101 | 101111 | 111101 |
Color Harmonies of #CBC06E
Complementary color
Monochromatic Colors of #CBC06E
Black with #CBC06E
Text Example
Text Example
White with #CBC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC06E; }
p { color: rgb(203,192,110); }
H1.HeaderClassName
{
color: #CBC06E;
}
.AnyTagClassName
{
color: #CBC06E;
}
</style>
background-color css
<style>
a { background-color: #CBC06E; }
a { background-color: rgb(203,192,110); }
div.DivClassName
{
background-color: #CBC06E;
}
.BgClassName
{
background-color: #CBC06E;
}
</style>
border-color css
<style>
span { border-color: #CBC06E; }
span { border-color: rgb(203,192,110); }
td.TdClassName
{
border-color: #CBC06E;
}
.TagClassName
{
border-color: #CBC06E;
}
</style>