#DAB189

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

Shades of Brandy #DAB189

Tints of Brandy #DAB189

Color information

#DAB189 (or 0xDAB189) is unknown color: approx Brandy. HEX triplet: DA, B1 and 89. RGB value is (218,177,137). Sum of RGB (Red+Green+Blue) = 218+177+137=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB189 is #254E76. Grayscale: #B8B8B8. Windows color (decimal): -2444919 or 9023962. OLE color: 9023962.

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

Color convert

RGB218177137-
CMYK00.190.370.15
HSL29.63º52.26%69.61%-
HSV(B)29.63º37.16%85.49%-
XYZ49.1548.1630.37-
YUV184.7101.08151.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=40.98%
G=33.27%
B=25.75%

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
Decimal21817713700.190.370.1529.6352.2669.61
HexDAB18901325F1e3446
Octal33226121102345173664106
Binary1101101010110001100010010100111001011111111101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB189; }

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

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

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

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

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

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

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

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