Shades of Dark Khaki #C8BF67
Tints of Dark Khaki #C8BF67
RGB
CMYK
RGB Variations
Color information
#C8BF67 (or 0xC8BF67) is known color: Dark Khaki. HEX triplet: C8, BF and 67. RGB value is (200,191,103). Sum of RGB (Red+Green+Blue) = 200+191+103=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF67 is #374098. Grayscale: #B8B8B8. Windows color (decimal): -3621017 or 6799304. OLE color: 6799304.
HSL color Cylindrical-coordinate representation of color #C8BF67: hue angle of 54.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8BF67 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 103 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.22 |
| HSL | 54.43º | 0.47% | 0.59% | - |
| HSV(B) | 54.43º | 0.49% | 0.78% | - |
| XYZ | 44.9 | 50.52 | 20.22 | - |
| YUV | 183.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 103 | 0 | 0.04 | 0.48 | 0.22 | 54.43 | 0.47 | 0.59 |
| Hex | C8 | BF | 67 | 0 | 4 | 30 | 16 | 36 | 2F | 3B |
| Octal | 310 | 277 | 147 | 0 | 4 | 60 | 26 | 66 | 57 | 73 |
| Binary | 11001000 | 10111111 | 1100111 | 0 | 100 | 110000 | 10110 | 110110 | 101111 | 111011 |
Color Harmonies of #C8BF67
Complementary color
Monochromatic Colors of #C8BF67
Black with #C8BF67
Text Example
Text Example
White with #C8BF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF67; }
p { color: rgb(200,191,103); }
H1.HeaderClassName
{
color: #C8BF67;
}
.AnyTagClassName
{
color: #C8BF67;
}
</style>
background-color css
<style>
a { background-color: #C8BF67; }
a { background-color: rgb(200,191,103); }
div.DivClassName
{
background-color: #C8BF67;
}
.BgClassName
{
background-color: #C8BF67;
}
</style>
border-color css
<style>
span { border-color: #C8BF67; }
span { border-color: rgb(200,191,103); }
td.TdClassName
{
border-color: #C8BF67;
}
.TagClassName
{
border-color: #C8BF67;
}
</style>