#DBB189

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

Shades of Brandy #DBB189

Tints of Brandy #DBB189

Color information

#DBB189 (or 0xDBB189) is unknown color: approx Brandy. HEX triplet: DB, B1 and 89. RGB value is (219,177,137). Sum of RGB (Red+Green+Blue) = 219+177+137=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB189 is #244E76. Grayscale: #B9B9B9. Windows color (decimal): -2379383 or 9023963. OLE color: 9023963.

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

Color convert

RGB219177137-
CMYK00.190.370.14
HSL29.27º53.25%69.8%-
HSV(B)29.27º37.44%85.88%-
XYZ49.4548.3130.39-
YUV185100.91152.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=41.09%
G=33.21%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917713700.190.370.1429.2753.2569.8
HexDBB18901325E1d3546
Octal33326121102345163565106
Binary1101101110110001100010010100111001011110111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB189; }

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

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

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

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

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

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

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

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