#DAB18B

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

Shades of Brandy #DAB18B

Tints of Brandy #DAB18B

Color information

#DAB18B (or 0xDAB18B) is unknown color: approx Brandy. HEX triplet: DA, B1 and 8B. RGB value is (218,177,139). Sum of RGB (Red+Green+Blue) = 218+177+139=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB18B is #254E74. Grayscale: #B9B9B9. Windows color (decimal): -2444917 or 9155034. OLE color: 9155034.

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

Color convert

RGB218177139-
CMYK00.190.360.15
HSL28.86º51.63%70%-
HSV(B)28.86º36.24%85.49%-
XYZ49.348.2131.13-
YUV184.93102.08151.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=40.82%
G=33.15%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817713900.190.360.1528.8651.6370
HexDAB18B01324F1d3446
Octal33226121302344173564106
Binary1101101010110001100010110100111001001111111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB18B; }

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

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

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

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

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

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

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

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