#DBB48F

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

Shades of Brandy #DBB48F

Tints of Brandy #DBB48F

Color information

#DBB48F (or 0xDBB48F) is unknown color: approx Brandy. HEX triplet: DB, B4 and 8F. RGB value is (219,180,143). Sum of RGB (Red+Green+Blue) = 219+180+143=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB48F is #244B70. Grayscale: #BBBBBB. Windows color (decimal): -2378609 or 9417947. OLE color: 9417947.

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

Color convert

RGB219180143-
CMYK00.180.350.14
HSL29.21º51.35%70.98%-
HSV(B)29.21º34.7%85.88%-
XYZ50.4949.6932.92-
YUV187.44102.92150.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 143 (56.25% from 255) = 26.38%
R=40.41%
G=33.21%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918014300.180.350.1429.2151.3570.98
HexDBB48F01223E1d3347
Octal33326421702243163563107
Binary1101101110110100100011110100101000111110111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB48F; }

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

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

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

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

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

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

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

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