Shades of Dark Khaki #CBC471
Tints of Dark Khaki #CBC471
RGB
CMYK
RGB Variations
Color information
#CBC471 (or 0xCBC471) is known color: Dark Khaki. HEX triplet: CB, C4 and 71. RGB value is (203,196,113). Sum of RGB (Red+Green+Blue) = 203+196+113=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC471 is #343B8E. Grayscale: #BCBCBC. Windows color (decimal): -3423119 or 7455947. OLE color: 7455947.
HSL color Cylindrical-coordinate representation of color #CBC471: hue angle of 55.33º 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 #CBC471 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 113 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.20 |
| HSL | 55.33º | 0.46% | 0.62% | - |
| HSV(B) | 55.33º | 0.44% | 0.8% | - |
| XYZ | 47.35 | 53.37 | 23.43 | - |
| YUV | 188.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 113 | 0 | 0.03 | 0.44 | 0.20 | 55.33 | 0.46 | 0.62 |
| Hex | CB | C4 | 71 | 0 | 3 | 2C | 14 | 37 | 2E | 3E |
| Octal | 313 | 304 | 161 | 0 | 3 | 54 | 24 | 67 | 56 | 76 |
| Binary | 11001011 | 11000100 | 1110001 | 0 | 11 | 101100 | 10100 | 110111 | 101110 | 111110 |
Color Harmonies of #CBC471
Complementary color
Monochromatic Colors of #CBC471
Black with #CBC471
Text Example
Text Example
White with #CBC471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC471; }
p { color: rgb(203,196,113); }
H1.HeaderClassName
{
color: #CBC471;
}
.AnyTagClassName
{
color: #CBC471;
}
</style>
background-color css
<style>
a { background-color: #CBC471; }
a { background-color: rgb(203,196,113); }
div.DivClassName
{
background-color: #CBC471;
}
.BgClassName
{
background-color: #CBC471;
}
</style>
border-color css
<style>
span { border-color: #CBC471; }
span { border-color: rgb(203,196,113); }
td.TdClassName
{
border-color: #CBC471;
}
.TagClassName
{
border-color: #CBC471;
}
</style>