Shades of Dark Khaki #CBC16D
Tints of Dark Khaki #CBC16D
RGB
CMYK
RGB Variations
Color information
#CBC16D (or 0xCBC16D) is known color: Dark Khaki. HEX triplet: CB, C1 and 6D. RGB value is (203,193,109). Sum of RGB (Red+Green+Blue) = 203+193+109=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16D is #343E92. Grayscale: #BABABA. Windows color (decimal): -3423891 or 7193035. OLE color: 7193035.
HSL color Cylindrical-coordinate representation of color #CBC16D: hue angle of 53.62º 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 #CBC16D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 109 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.20 |
| HSL | 53.62º | 0.47% | 0.61% | - |
| HSV(B) | 53.62º | 0.46% | 0.8% | - |
| XYZ | 46.46 | 51.94 | 22.04 | - |
| YUV | 186.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 109 | 0 | 0.05 | 0.46 | 0.20 | 53.62 | 0.47 | 0.61 |
| Hex | CB | C1 | 6D | 0 | 5 | 2E | 14 | 36 | 2F | 3D |
| Octal | 313 | 301 | 155 | 0 | 5 | 56 | 24 | 66 | 57 | 75 |
| Binary | 11001011 | 11000001 | 1101101 | 0 | 101 | 101110 | 10100 | 110110 | 101111 | 111101 |
Color Harmonies of #CBC16D
Complementary color
Monochromatic Colors of #CBC16D
Black with #CBC16D
Text Example
Text Example
White with #CBC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC16D; }
p { color: rgb(203,193,109); }
H1.HeaderClassName
{
color: #CBC16D;
}
.AnyTagClassName
{
color: #CBC16D;
}
</style>
background-color css
<style>
a { background-color: #CBC16D; }
a { background-color: rgb(203,193,109); }
div.DivClassName
{
background-color: #CBC16D;
}
.BgClassName
{
background-color: #CBC16D;
}
</style>
border-color css
<style>
span { border-color: #CBC16D; }
span { border-color: rgb(203,193,109); }
td.TdClassName
{
border-color: #CBC16D;
}
.TagClassName
{
border-color: #CBC16D;
}
</style>