#DBB587

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

Shades of Brandy #DBB587

Tints of Brandy #DBB587

Color information

#DBB587 (or 0xDBB587) is unknown color: approx Brandy. HEX triplet: DB, B5 and 87. RGB value is (219,181,135). Sum of RGB (Red+Green+Blue) = 219+181+135=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB587 is #244A78. Grayscale: #BBBBBB. Windows color (decimal): -2378361 or 8893915. OLE color: 8893915.

HSL color Cylindrical-coordinate representation of color #DBB587: hue angle of 32.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBB587 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB219181135-
CMYK00.170.380.14
HSL32.86º53.85%69.41%-
HSV(B)32.86º38.36%85.88%-
XYZ50.1149.8629.9-
YUV187.1298.59150.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=40.93%
G=33.83%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918113500.170.380.1432.8653.8569.41
HexDBB58701126E213645
Octal33326520702146164166105
Binary11011011101101011000011101000110011011101000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB587; }

 p { color: rgb(219,181,135); }

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

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

 a { background-color: rgb(219,181,135); }

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

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

 span { border-color: rgb(219,181,135); }

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