#DAB58E

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

Shades of Brandy #DAB58E

Tints of Brandy #DAB58E

Color information

#DAB58E (or 0xDAB58E) is unknown color: approx Brandy. HEX triplet: DA, B5 and 8E. RGB value is (218,181,142). Sum of RGB (Red+Green+Blue) = 218+181+142=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58E is #254A71. Grayscale: #BBBBBB. Windows color (decimal): -2443890 or 9352666. OLE color: 9352666.

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

Color convert

RGB218181142-
CMYK00.170.350.15
HSL30.79º50.67%70.59%-
HSV(B)30.79º34.86%85.49%-
XYZ50.3249.9132.57-
YUV187.62102.26149.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=40.30%
G=33.46%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818114200.170.350.1530.7950.6770.59
HexDAB58E01123F1f3347
Octal33226521602143173763107
Binary1101101010110101100011100100011000111111111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB58E; }

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

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

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

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

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

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

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

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