#DBB18A

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

Shades of Brandy #DBB18A

Tints of Brandy #DBB18A

Color information

#DBB18A (or 0xDBB18A) is unknown color: approx Brandy. HEX triplet: DB, B1 and 8A. RGB value is (219,177,138). Sum of RGB (Red+Green+Blue) = 219+177+138=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB18A is #244E75. Grayscale: #B9B9B9. Windows color (decimal): -2379382 or 9089499. OLE color: 9089499.

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

Color convert

RGB219177138-
CMYK00.190.370.14
HSL28.89º52.94%70%-
HSV(B)28.89º36.99%85.88%-
XYZ49.5248.3430.77-
YUV185.11101.41152.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=41.01%
G=33.15%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917713800.190.370.1428.8952.9470
HexDBB18A01325E1d3546
Octal33326121202345163565106
Binary1101101110110001100010100100111001011110111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB18A; }

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

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

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

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

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

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

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

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