Shades of Dark Khaki #CBC16F
Tints of Dark Khaki #CBC16F
RGB
CMYK
RGB Variations
Color information
#CBC16F (or 0xCBC16F) is known color: Dark Khaki. HEX triplet: CB, C1 and 6F. RGB value is (203,193,111). Sum of RGB (Red+Green+Blue) = 203+193+111=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16F is #343E90. Grayscale: #BABABA. Windows color (decimal): -3423889 or 7324107. OLE color: 7324107.
HSL color Cylindrical-coordinate representation of color #CBC16F: hue angle of 53.48º 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 #CBC16F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 111 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.20 |
| HSL | 53.48º | 0.47% | 0.62% | - |
| HSV(B) | 53.48º | 0.45% | 0.8% | - |
| XYZ | 46.57 | 51.98 | 22.62 | - |
| YUV | 186.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 111 | 0 | 0.05 | 0.45 | 0.20 | 53.48 | 0.47 | 0.62 |
| Hex | CB | C1 | 6F | 0 | 5 | 2D | 14 | 35 | 2F | 3E |
| Octal | 313 | 301 | 157 | 0 | 5 | 55 | 24 | 65 | 57 | 76 |
| Binary | 11001011 | 11000001 | 1101111 | 0 | 101 | 101101 | 10100 | 110101 | 101111 | 111110 |
Color Harmonies of #CBC16F
Complementary color
Monochromatic Colors of #CBC16F
Black with #CBC16F
Text Example
Text Example
White with #CBC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC16F; }
p { color: rgb(203,193,111); }
H1.HeaderClassName
{
color: #CBC16F;
}
.AnyTagClassName
{
color: #CBC16F;
}
</style>
background-color css
<style>
a { background-color: #CBC16F; }
a { background-color: rgb(203,193,111); }
div.DivClassName
{
background-color: #CBC16F;
}
.BgClassName
{
background-color: #CBC16F;
}
</style>
border-color css
<style>
span { border-color: #CBC16F; }
span { border-color: rgb(203,193,111); }
td.TdClassName
{
border-color: #CBC16F;
}
.TagClassName
{
border-color: #CBC16F;
}
</style>