#DAB18E

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

Shades of Brandy #DAB18E

Tints of Brandy #DAB18E

Color information

#DAB18E (or 0xDAB18E) is unknown color: approx Brandy. HEX triplet: DA, B1 and 8E. RGB value is (218,177,142). Sum of RGB (Red+Green+Blue) = 218+177+142=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB18E is #254E71. Grayscale: #B9B9B9. Windows color (decimal): -2444914 or 9351642. OLE color: 9351642.

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

Color convert

RGB218177142-
CMYK00.190.350.15
HSL27.63º50.67%70.59%-
HSV(B)27.63º34.86%85.49%-
XYZ49.5248.332.3-
YUV185.27103.58151.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=40.60%
G=32.96%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817714200.190.350.1527.6350.6770.59
HexDAB18E01323F1c3347
Octal33226121602343173463107
Binary1101101010110001100011100100111000111111111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB18E; }

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

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

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

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

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

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

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

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