#C8BD71

Color #C8BD71 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C8BD71

Tints of Dark Khaki #C8BD71

Color information

#C8BD71 (or 0xC8BD71) is unknown color: approx Dark Khaki. HEX triplet: C8, BD and 71. RGB value is (200,189,113). Sum of RGB (Red+Green+Blue) = 200+189+113=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD71 is #37428E. Grayscale: #B7B7B7. Windows color (decimal): -3621519 or 7454152. OLE color: 7454152.

HSL color Cylindrical-coordinate representation of color #C8BD71: hue angle of 52.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8BD71 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200189113-
CMYK00.060.440.22
HSL52.41º44.16%61.37%-
HSV(B)52.41º43.5%78.43%-
XYZ4549.8722.88-
YUV183.6288.14139.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=39.84%
G=37.65%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018911300.060.440.2252.4144.1661.37
HexC8BD71062C16342c3d
Octal310275161065426645475
Binary11001000101111011110001011010110010110110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD71; }

 p { color: rgb(200,189,113); }

 H1.HeaderClassName
 {
   color: #C8BD71;
 }
 .AnyTagClassName
 {
   color: #C8BD71;
 }
</style>
background-color css

<style>
 a { background-color: #C8BD71; }

 a { background-color: rgb(200,189,113); }

 div.DivClassName
 {
   background-color: #C8BD71;
 }
 .BgClassName
 {
   background-color: #C8BD71;
 }
</style>
border-color css

<style>
 span { border-color: #C8BD71; }

 span { border-color: rgb(200,189,113); }

 td.TdClassName
 {
   border-color: #C8BD71;
 }
 .TagClassName
 {
   border-color: #C8BD71;
 }
</style>