#DBB08F

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

Shades of Brandy #DBB08F

Tints of Brandy #DBB08F

Color information

#DBB08F (or 0xDBB08F) is unknown color: approx Brandy. HEX triplet: DB, B0 and 8F. RGB value is (219,176,143). Sum of RGB (Red+Green+Blue) = 219+176+143=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB08F is #244F70. Grayscale: #B9B9B9. Windows color (decimal): -2379633 or 9416923. OLE color: 9416923.

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

Color convert

RGB219176143-
CMYK00.200.350.14
HSL26.05º51.35%70.98%-
HSV(B)26.05º34.7%85.88%-
XYZ49.748.0932.65-
YUV185.1104.25152.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 143 (56.25% from 255) = 26.58%
R=40.71%
G=32.71%
B=26.58%

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
Decimal21917614300.200.350.1426.0551.3570.98
HexDBB08F01423E1a3347
Octal33326021702443163263107
Binary1101101110110000100011110101001000111110110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB08F; }

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

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

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

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

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

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

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

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