#DBB489

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

Shades of Brandy #DBB489

Tints of Brandy #DBB489

Color information

#DBB489 (or 0xDBB489) is unknown color: approx Brandy. HEX triplet: DB, B4 and 89. RGB value is (219,180,137). Sum of RGB (Red+Green+Blue) = 219+180+137=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB489 is #244B76. Grayscale: #BABABA. Windows color (decimal): -2378615 or 9024731. OLE color: 9024731.

HSL color Cylindrical-coordinate representation of color #DBB489: hue angle of 31.46º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB489 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219180137-
CMYK00.180.370.14
HSL31.46º53.25%69.8%-
HSV(B)31.46º37.44%85.88%-
XYZ50.0549.5130.59-
YUV186.7699.92151-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 137 (53.91% from 255) = 25.56%
R=40.86%
G=33.58%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918013700.180.370.1431.4653.2569.8
HexDBB48901225E1f3546
Octal33326421102245163765106
Binary1101101110110100100010010100101001011110111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB489; }

 p { color: rgb(219,180,137); }

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

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

 a { background-color: rgb(219,180,137); }

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

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

 span { border-color: rgb(219,180,137); }

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