#D8B18E

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

Shades of Brandy #D8B18E

Tints of Brandy #D8B18E

Color information

#D8B18E (or 0xD8B18E) is unknown color: approx Brandy. HEX triplet: D8, B1 and 8E. RGB value is (216,177,142). Sum of RGB (Red+Green+Blue) = 216+177+142=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B18E is #274E71. Grayscale: #B8B8B8. Windows color (decimal): -2575986 or 9351640. OLE color: 9351640.

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

Color convert

RGB216177142-
CMYK00.180.340.15
HSL28.38º48.68%70.2%-
HSV(B)28.38º34.26%84.71%-
XYZ48.924832.28-
YUV184.67103.92150.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=40.37%
G=33.08%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617714200.180.340.1528.3848.6870.2
HexD8B18E01222F1c3146
Octal33026121602242173461106
Binary1101100010110001100011100100101000101111111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B18E; }

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

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

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

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

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

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

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

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