#D8B18C

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

Shades of Brandy #D8B18C

Tints of Brandy #D8B18C

Color information

#D8B18C (or 0xD8B18C) is unknown color: approx Brandy. HEX triplet: D8, B1 and 8C. RGB value is (216,177,140). Sum of RGB (Red+Green+Blue) = 216+177+140=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B18C is #274E73. Grayscale: #B8B8B8. Windows color (decimal): -2575988 or 9220568. OLE color: 9220568.

HSL color Cylindrical-coordinate representation of color #D8B18C: hue angle of 29.21º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8B18C is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216177140-
CMYK00.180.350.15
HSL29.21º49.35%69.8%-
HSV(B)29.21º35.19%84.71%-
XYZ48.7747.9431.49-
YUV184.44102.92150.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 140 (55.08% from 255) = 26.27%
R=40.53%
G=33.21%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617714000.180.350.1529.2149.3569.8
HexD8B18C01223F1d3146
Octal33026121402243173561106
Binary1101100010110001100011000100101000111111111011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B18C; }

 p { color: rgb(216,177,140); }

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

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

 a { background-color: rgb(216,177,140); }

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

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

 span { border-color: rgb(216,177,140); }

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