#DAB58C

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

Shades of Brandy #DAB58C

Tints of Brandy #DAB58C

Color information

#DAB58C (or 0xDAB58C) is unknown color: approx Brandy. HEX triplet: DA, B5 and 8C. RGB value is (218,181,140). Sum of RGB (Red+Green+Blue) = 218+181+140=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58C is #254A73. Grayscale: #BBBBBB. Windows color (decimal): -2443892 or 9221594. OLE color: 9221594.

HSL color Cylindrical-coordinate representation of color #DAB58C: hue angle of 31.54º degrees, saturation: 0.51, 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 #DAB58C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218181140-
CMYK00.170.360.15
HSL31.54º51.32%70.2%-
HSV(B)31.54º35.78%85.49%-
XYZ50.1749.8531.79-
YUV187.39101.26149.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=40.45%
G=33.58%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818114000.170.360.1531.5451.3270.2
HexDAB58C01124F203346
Octal33226521402144174063106
Binary11011010101101011000110001000110010011111000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB58C; }

 p { color: rgb(218,181,140); }

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

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

 a { background-color: rgb(218,181,140); }

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

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

 span { border-color: rgb(218,181,140); }

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