#DAB58F

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

Shades of Brandy #DAB58F

Tints of Brandy #DAB58F

Color information

#DAB58F (or 0xDAB58F) is unknown color: approx Brandy. HEX triplet: DA, B5 and 8F. RGB value is (218,181,143). Sum of RGB (Red+Green+Blue) = 218+181+143=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58F is #254A70. Grayscale: #BBBBBB. Windows color (decimal): -2443889 or 9418202. OLE color: 9418202.

HSL color Cylindrical-coordinate representation of color #DAB58F: hue angle of 30.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAB58F is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218181143-
CMYK00.170.340.15
HSL30.4º50.34%70.78%-
HSV(B)30.4º34.4%85.49%-
XYZ50.449.9432.97-
YUV187.73102.76149.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 143 (56.25% from 255) = 26.38%
R=40.22%
G=33.39%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818114300.170.340.1530.450.3470.78
HexDAB58F01122F1e3247
Octal33226521702142173662107
Binary1101101010110101100011110100011000101111111101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB58F; }

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

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

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

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

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

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

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

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