#DEB387

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

Shades of Brandy #DEB387

Tints of Brandy #DEB387

Color information

#DEB387 (or 0xDEB387) is unknown color: approx Brandy. HEX triplet: DE, B3 and 87. RGB value is (222,179,135). Sum of RGB (Red+Green+Blue) = 222+179+135=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB387 is #214C78. Grayscale: #BBBBBB. Windows color (decimal): -2182265 or 8893406. OLE color: 8893406.

HSL color Cylindrical-coordinate representation of color #DEB387: hue angle of 30.34º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEB387 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB222179135-
CMYK00.190.390.13
HSL30.34º56.86%70%-
HSV(B)30.34º39.19%87.06%-
XYZ50.6249.5229.81-
YUV186.8498.75153.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 135 (53.12% from 255) = 25.19%
R=41.42%
G=33.40%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217913500.190.390.1330.3456.8670
HexDEB38701327D1e3946
Octal33626320702347153671106
Binary1101111010110011100001110100111001111101111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB387; }

 p { color: rgb(222,179,135); }

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

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

 a { background-color: rgb(222,179,135); }

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

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

 span { border-color: rgb(222,179,135); }

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