#DAB98B

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

Shades of Brandy #DAB98B

Tints of Brandy #DAB98B

Color information

#DAB98B (or 0xDAB98B) is unknown color: approx Brandy. HEX triplet: DA, B9 and 8B. RGB value is (218,185,139). Sum of RGB (Red+Green+Blue) = 218+185+139=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB98B is #254674. Grayscale: #BDBDBD. Windows color (decimal): -2442869 or 9157082. OLE color: 9157082.

HSL color Cylindrical-coordinate representation of color #DAB98B: hue angle of 34.94º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAB98B is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218185139-
CMYK00.150.360.15
HSL34.94º51.63%70%-
HSV(B)34.94º36.24%85.49%-
XYZ50.9251.4731.68-
YUV189.6299.43148.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=40.22%
G=34.13%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818513900.150.360.1534.9451.6370
HexDAB98B0F24F233446
Octal33227121301744174364106
Binary1101101010111001100010110111110010011111000111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB98B; }

 p { color: rgb(218,185,139); }

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

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

 a { background-color: rgb(218,185,139); }

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

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

 span { border-color: rgb(218,185,139); }

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