#DBB18E

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

Shades of Brandy #DBB18E

Tints of Brandy #DBB18E

Color information

#DBB18E (or 0xDBB18E) is unknown color: approx Brandy. HEX triplet: DB, B1 and 8E. RGB value is (219,177,142). Sum of RGB (Red+Green+Blue) = 219+177+142=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB18E is #244E71. Grayscale: #B9B9B9. Windows color (decimal): -2379378 or 9351643. OLE color: 9351643.

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

Color convert

RGB219177142-
CMYK00.190.350.14
HSL27.27º51.68%70.78%-
HSV(B)27.27º35.16%85.88%-
XYZ49.8248.4632.32-
YUV185.57103.41151.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=40.71%
G=32.90%
B=26.39%

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
Decimal21917714200.190.350.1427.2751.6870.78
HexDBB18E01323E1b3447
Octal33326121602343163364107
Binary1101101110110001100011100100111000111110110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB18E; }

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

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

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

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

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

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

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

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