#DBB58F

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

Shades of Brandy #DBB58F

Tints of Brandy #DBB58F

Color information

#DBB58F (or 0xDBB58F) is unknown color: approx Brandy. HEX triplet: DB, B5 and 8F. RGB value is (219,181,143). Sum of RGB (Red+Green+Blue) = 219+181+143=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB58F is #244A70. Grayscale: #BCBCBC. Windows color (decimal): -2378353 or 9418203. OLE color: 9418203.

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

Color convert

RGB219181143-
CMYK00.170.350.14
HSL30º51.35%70.98%-
HSV(B)30º34.7%85.88%-
XYZ50.750.0932.98-
YUV188.03102.59150.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=40.33%
G=33.33%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918114300.170.350.143051.3570.98
HexDBB58F01123E1e3347
Octal33326521702143163663107
Binary1101101110110101100011110100011000111110111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB58F; }

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

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

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

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

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

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

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

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