Shades of Dark Khaki #CBC370
Tints of Dark Khaki #CBC370
RGB
CMYK
RGB Variations
Color information
#CBC370 (or 0xCBC370) is known color: Dark Khaki. HEX triplet: CB, C3 and 70. RGB value is (203,195,112). Sum of RGB (Red+Green+Blue) = 203+195+112=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC370 is #343C8F. Grayscale: #BCBCBC. Windows color (decimal): -3423376 or 7390155. OLE color: 7390155.
HSL color Cylindrical-coordinate representation of color #CBC370: hue angle of 54.73º 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 #CBC370 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 112 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.20 |
| HSL | 54.73º | 0.47% | 0.62% | - |
| HSV(B) | 54.73º | 0.45% | 0.8% | - |
| XYZ | 47.07 | 52.9 | 23.06 | - |
| YUV | 187.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 112 | 0 | 0.04 | 0.45 | 0.20 | 54.73 | 0.47 | 0.62 |
| Hex | CB | C3 | 70 | 0 | 4 | 2D | 14 | 37 | 2F | 3E |
| Octal | 313 | 303 | 160 | 0 | 4 | 55 | 24 | 67 | 57 | 76 |
| Binary | 11001011 | 11000011 | 1110000 | 0 | 100 | 101101 | 10100 | 110111 | 101111 | 111110 |
Color Harmonies of #CBC370
Complementary color
Monochromatic Colors of #CBC370
Black with #CBC370
Text Example
Text Example
White with #CBC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC370; }
p { color: rgb(203,195,112); }
H1.HeaderClassName
{
color: #CBC370;
}
.AnyTagClassName
{
color: #CBC370;
}
</style>
background-color css
<style>
a { background-color: #CBC370; }
a { background-color: rgb(203,195,112); }
div.DivClassName
{
background-color: #CBC370;
}
.BgClassName
{
background-color: #CBC370;
}
</style>
border-color css
<style>
span { border-color: #CBC370; }
span { border-color: rgb(203,195,112); }
td.TdClassName
{
border-color: #CBC370;
}
.TagClassName
{
border-color: #CBC370;
}
</style>