#DBAE8A

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

Shades of Brandy #DBAE8A

Tints of Brandy #DBAE8A

Color information

#DBAE8A (or 0xDBAE8A) is unknown color: approx Brandy. HEX triplet: DB, AE and 8A. RGB value is (219,174,138). Sum of RGB (Red+Green+Blue) = 219+174+138=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE8A is #245175. Grayscale: #B7B7B7. Windows color (decimal): -2380150 or 9088731. OLE color: 9088731.

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

Color convert

RGB219174138-
CMYK00.210.370.14
HSL26.67º52.94%70%-
HSV(B)26.67º36.99%85.88%-
XYZ48.9447.1730.57-
YUV183.35102.41153.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=41.24%
G=32.77%
B=25.99%

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
Decimal21917413800.210.370.1426.6752.9470
HexDBAE8A01525E1b3546
Octal33325621202545163365106
Binary1101101110101110100010100101011001011110110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE8A; }

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

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

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

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

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

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

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

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