#DBBA8E

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

Shades of Brandy #DBBA8E

Tints of Brandy #DBBA8E

Color information

#DBBA8E (or 0xDBBA8E) is unknown color: approx Brandy. HEX triplet: DB, BA and 8E. RGB value is (219,186,142). Sum of RGB (Red+Green+Blue) = 219+186+142=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA8E is #244571. Grayscale: #BFBFBF. Windows color (decimal): -2377074 or 9353947. OLE color: 9353947.

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

Color convert

RGB219186142-
CMYK00.150.350.14
HSL34.29º51.68%70.78%-
HSV(B)34.29º35.16%85.88%-
XYZ51.6552.1332.93-
YUV190.85100.43148.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=40.04%
G=34.00%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918614200.150.350.1434.2951.6870.78
HexDBBA8E0F23E223447
Octal33327221601743164264107
Binary1101101110111010100011100111110001111101000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA8E; }

 p { color: rgb(219,186,142); }

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

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

 a { background-color: rgb(219,186,142); }

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

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

 span { border-color: rgb(219,186,142); }

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