#DBAE8B

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

Shades of Brandy #DBAE8B

Tints of Brandy #DBAE8B

Color information

#DBAE8B (or 0xDBAE8B) is unknown color: approx Brandy. HEX triplet: DB, AE and 8B. RGB value is (219,174,139). Sum of RGB (Red+Green+Blue) = 219+174+139=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE8B is #245174. Grayscale: #B7B7B7. Windows color (decimal): -2380149 or 9154267. OLE color: 9154267.

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

Color convert

RGB219174139-
CMYK00.210.370.14
HSL26.25º52.63%70.2%-
HSV(B)26.25º36.53%85.88%-
XYZ49.0147.230.95-
YUV183.46102.91153.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=41.17%
G=32.71%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917413900.210.370.1426.2552.6370.2
HexDBAE8B01525E1a3546
Octal33325621302545163265106
Binary1101101110101110100010110101011001011110110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE8B; }

 p { color: rgb(219,174,139); }

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

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

 a { background-color: rgb(219,174,139); }

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

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

 span { border-color: rgb(219,174,139); }

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