#DAB089

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

Shades of Brandy #DAB089

Tints of Brandy #DAB089

Color information

#DAB089 (or 0xDAB089) is unknown color: approx Brandy. HEX triplet: DA, B0 and 89. RGB value is (218,176,137). Sum of RGB (Red+Green+Blue) = 218+176+137=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB089 is #254F76. Grayscale: #B8B8B8. Windows color (decimal): -2445175 or 9023706. OLE color: 9023706.

HSL color Cylindrical-coordinate representation of color #DAB089: hue angle of 28.89º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAB089 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218176137-
CMYK00.190.370.15
HSL28.89º52.26%69.61%-
HSV(B)28.89º37.16%85.49%-
XYZ48.9547.7630.31-
YUV184.11101.41152.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=41.05%
G=33.15%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817613700.190.370.1528.8952.2669.61
HexDAB08901325F1d3446
Octal33226021102345173564106
Binary1101101010110000100010010100111001011111111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB089; }

 p { color: rgb(218,176,137); }

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

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

 a { background-color: rgb(218,176,137); }

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

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

 span { border-color: rgb(218,176,137); }

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