#D8B687

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

Shades of Brandy #D8B687

Tints of Brandy #D8B687

Color information

#D8B687 (or 0xD8B687) is unknown color: approx Brandy. HEX triplet: D8, B6 and 87. RGB value is (216,182,135). Sum of RGB (Red+Green+Blue) = 216+182+135=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B687 is #274978. Grayscale: #BBBBBB. Windows color (decimal): -2574713 or 8894168. OLE color: 8894168.

HSL color Cylindrical-coordinate representation of color #D8B687: hue angle of 34.81º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8B687 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216182135-
CMYK00.160.380.15
HSL34.81º50.94%68.82%-
HSV(B)34.81º37.5%84.71%-
XYZ49.4249.829.93-
YUV186.8198.76148.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 135 (53.12% from 255) = 25.33%
R=40.53%
G=34.15%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618213500.160.380.1534.8150.9468.82
HexD8B68701026F233345
Octal33026620702046174363105
Binary11011000101101101000011101000010011011111000111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B687; }

 p { color: rgb(216,182,135); }

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

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

 a { background-color: rgb(216,182,135); }

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

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

 span { border-color: rgb(216,182,135); }

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