#DEB487

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

Shades of Brandy #DEB487

Tints of Brandy #DEB487

Color information

#DEB487 (or 0xDEB487) is unknown color: approx Brandy. HEX triplet: DE, B4 and 87. RGB value is (222,180,135). Sum of RGB (Red+Green+Blue) = 222+180+135=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB487 is #214B78. Grayscale: #BBBBBB. Windows color (decimal): -2182009 or 8893662. OLE color: 8893662.

HSL color Cylindrical-coordinate representation of color #DEB487: hue angle of 31.03º 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 #DEB487 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB222180135-
CMYK00.190.390.13
HSL31.03º56.86%70%-
HSV(B)31.03º39.19%87.06%-
XYZ50.8249.9229.88-
YUV187.4398.41152.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 135 (53.12% from 255) = 25.14%
R=41.34%
G=33.52%
B=25.14%

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
Decimal22218013500.190.390.1331.0356.8670
HexDEB48701327D1f3946
Octal33626420702347153771106
Binary1101111010110100100001110100111001111101111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB487; }

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

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

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

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

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

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

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

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