#DBB38A

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

Shades of Brandy #DBB38A

Tints of Brandy #DBB38A

Color information

#DBB38A (or 0xDBB38A) is unknown color: approx Brandy. HEX triplet: DB, B3 and 8A. RGB value is (219,179,138). Sum of RGB (Red+Green+Blue) = 219+179+138=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB38A is #244C75. Grayscale: #BABABA. Windows color (decimal): -2378870 or 9090011. OLE color: 9090011.

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

Color convert

RGB219179138-
CMYK00.180.370.14
HSL30.37º52.94%70%-
HSV(B)30.37º36.99%85.88%-
XYZ49.9249.1430.9-
YUV186.29100.75151.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=40.86%
G=33.40%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917913800.180.370.1430.3752.9470
HexDBB38A01225E1e3546
Octal33326321202245163665106
Binary1101101110110011100010100100101001011110111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB38A; }

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

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

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

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

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

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

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

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