Shades of Dark Khaki #CBC371
Tints of Dark Khaki #CBC371
RGB
CMYK
RGB Variations
Color information
#CBC371 (or 0xCBC371) is known color: Dark Khaki. HEX triplet: CB, C3 and 71. RGB value is (203,195,113). Sum of RGB (Red+Green+Blue) = 203+195+113=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC371 is #343C8E. Grayscale: #BCBCBC. Windows color (decimal): -3423375 or 7455691. OLE color: 7455691.
HSL color Cylindrical-coordinate representation of color #CBC371: hue angle of 54.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBC371 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 113 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.20 |
| HSL | 54.67º | 0.46% | 0.62% | - |
| HSV(B) | 54.67º | 0.44% | 0.8% | - |
| XYZ | 47.12 | 52.92 | 23.35 | - |
| YUV | 188.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 113 | 0 | 0.04 | 0.44 | 0.20 | 54.67 | 0.46 | 0.62 |
| Hex | CB | C3 | 71 | 0 | 4 | 2C | 14 | 37 | 2E | 3E |
| Octal | 313 | 303 | 161 | 0 | 4 | 54 | 24 | 67 | 56 | 76 |
| Binary | 11001011 | 11000011 | 1110001 | 0 | 100 | 101100 | 10100 | 110111 | 101110 | 111110 |
Color Harmonies of #CBC371
Complementary color
Monochromatic Colors of #CBC371
Black with #CBC371
Text Example
Text Example
White with #CBC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC371; }
p { color: rgb(203,195,113); }
H1.HeaderClassName
{
color: #CBC371;
}
.AnyTagClassName
{
color: #CBC371;
}
</style>
background-color css
<style>
a { background-color: #CBC371; }
a { background-color: rgb(203,195,113); }
div.DivClassName
{
background-color: #CBC371;
}
.BgClassName
{
background-color: #CBC371;
}
</style>
border-color css
<style>
span { border-color: #CBC371; }
span { border-color: rgb(203,195,113); }
td.TdClassName
{
border-color: #CBC371;
}
.TagClassName
{
border-color: #CBC371;
}
</style>