#DBB08E

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

Shades of Brandy #DBB08E

Tints of Brandy #DBB08E

Color information

#DBB08E (or 0xDBB08E) is unknown color: approx Brandy. HEX triplet: DB, B0 and 8E. RGB value is (219,176,142). Sum of RGB (Red+Green+Blue) = 219+176+142=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB08E is #244F71. Grayscale: #B9B9B9. Windows color (decimal): -2379634 or 9351387. OLE color: 9351387.

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

Color convert

RGB219176142-
CMYK00.200.350.14
HSL26.49º51.68%70.78%-
HSV(B)26.49º35.16%85.88%-
XYZ49.6248.0632.25-
YUV184.98103.75152.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=40.78%
G=32.77%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917614200.200.350.1426.4951.6870.78
HexDBB08E01423E1a3447
Octal33326021602443163264107
Binary1101101110110000100011100101001000111110110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB08E; }

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

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

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

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

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

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

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

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