#C8BD69

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

Shades of Dark Khaki #C8BD69

Tints of Dark Khaki #C8BD69

Color information

#C8BD69 (or 0xC8BD69) is unknown color: approx Dark Khaki. HEX triplet: C8, BD and 69. RGB value is (200,189,105). Sum of RGB (Red+Green+Blue) = 200+189+105=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD69 is #374296. Grayscale: #B7B7B7. Windows color (decimal): -3621527 or 6929864. OLE color: 6929864.

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

Color convert

RGB200189105-
CMYK00.060.480.22
HSL53.05º46.34%59.8%-
HSV(B)53.05º47.5%78.43%-
XYZ44.5749.6920.61-
YUV182.7184.14140.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=40.49%
G=38.26%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018910500.060.480.2253.0546.3459.8
HexC8BD69063016352e3c
Octal310275151066026655674
Binary11001000101111011101001011011000010110110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD69; }

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

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

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

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

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

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

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

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