#DBB28E

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

Shades of Brandy #DBB28E

Tints of Brandy #DBB28E

Color information

#DBB28E (or 0xDBB28E) is unknown color: approx Brandy. HEX triplet: DB, B2 and 8E. RGB value is (219,178,142). Sum of RGB (Red+Green+Blue) = 219+178+142=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB28E is #244D71. Grayscale: #BABABA. Windows color (decimal): -2379122 or 9351899. OLE color: 9351899.

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

Color convert

RGB219178142-
CMYK00.190.350.14
HSL28.05º51.68%70.78%-
HSV(B)28.05º35.16%85.88%-
XYZ50.0248.8532.38-
YUV186.15103.08151.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=40.63%
G=33.02%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917814200.190.350.1428.0551.6870.78
HexDBB28E01323E1c3447
Octal33326221602343163464107
Binary1101101110110010100011100100111000111110111001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB28E; }

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

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

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

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

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

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

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

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