#DBAD8F

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

Shades of Brandy #DBAD8F

Tints of Brandy #DBAD8F

Color information

#DBAD8F (or 0xDBAD8F) is unknown color: approx Brandy. HEX triplet: DB, AD and 8F. RGB value is (219,173,143). Sum of RGB (Red+Green+Blue) = 219+173+143=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD8F is #245270. Grayscale: #B7B7B7. Windows color (decimal): -2380401 or 9416155. OLE color: 9416155.

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

Color convert

RGB219173143-
CMYK00.210.350.14
HSL23.68º51.35%70.98%-
HSV(B)23.68º34.7%85.88%-
XYZ49.1146.9332.46-
YUV183.33105.24153.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=40.93%
G=32.34%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917314300.210.350.1423.6851.3570.98
HexDBAD8F01523E183347
Octal33325521702543163063107
Binary1101101110101101100011110101011000111110110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD8F; }

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

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

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

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

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

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

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

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