Shades of Dark Khaki #CBC06F
Tints of Dark Khaki #CBC06F
RGB
CMYK
RGB Variations
Color information
#CBC06F (or 0xCBC06F) is known color: Dark Khaki. HEX triplet: CB, C0 and 6F. RGB value is (203,192,111). Sum of RGB (Red+Green+Blue) = 203+192+111=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06F is #343F90. Grayscale: #BABABA. Windows color (decimal): -3424145 or 7323851. OLE color: 7323851.
HSL color Cylindrical-coordinate representation of color #CBC06F: hue angle of 52.83º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBC06F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 111 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.20 |
| HSL | 52.83º | 0.47% | 0.62% | - |
| HSV(B) | 52.83º | 0.45% | 0.8% | - |
| XYZ | 46.35 | 51.54 | 22.55 | - |
| YUV | 186.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 111 | 0 | 0.05 | 0.45 | 0.20 | 52.83 | 0.47 | 0.62 |
| Hex | CB | C0 | 6F | 0 | 5 | 2D | 14 | 35 | 2F | 3E |
| Octal | 313 | 300 | 157 | 0 | 5 | 55 | 24 | 65 | 57 | 76 |
| Binary | 11001011 | 11000000 | 1101111 | 0 | 101 | 101101 | 10100 | 110101 | 101111 | 111110 |
Color Harmonies of #CBC06F
Complementary color
Monochromatic Colors of #CBC06F
Black with #CBC06F
Text Example
Text Example
White with #CBC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC06F; }
p { color: rgb(203,192,111); }
H1.HeaderClassName
{
color: #CBC06F;
}
.AnyTagClassName
{
color: #CBC06F;
}
</style>
background-color css
<style>
a { background-color: #CBC06F; }
a { background-color: rgb(203,192,111); }
div.DivClassName
{
background-color: #CBC06F;
}
.BgClassName
{
background-color: #CBC06F;
}
</style>
border-color css
<style>
span { border-color: #CBC06F; }
span { border-color: rgb(203,192,111); }
td.TdClassName
{
border-color: #CBC06F;
}
.TagClassName
{
border-color: #CBC06F;
}
</style>