#DAB38E

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

Shades of Brandy #DAB38E

Tints of Brandy #DAB38E

Color information

#DAB38E (or 0xDAB38E) is unknown color: approx Brandy. HEX triplet: DA, B3 and 8E. RGB value is (218,179,142). Sum of RGB (Red+Green+Blue) = 218+179+142=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38E is #254C71. Grayscale: #BABABA. Windows color (decimal): -2444402 or 9352154. OLE color: 9352154.

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

Color convert

RGB218179142-
CMYK00.180.350.15
HSL29.21º50.67%70.59%-
HSV(B)29.21º34.86%85.49%-
XYZ49.9249.132.44-
YUV186.44102.92150.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=40.45%
G=33.21%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817914200.180.350.1529.2150.6770.59
HexDAB38E01223F1d3347
Octal33226321602243173563107
Binary1101101010110011100011100100101000111111111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB38E; }

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

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

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

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

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

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

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

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