#DAB38D

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

Shades of Brandy #DAB38D

Tints of Brandy #DAB38D

Color information

#DAB38D (or 0xDAB38D) is unknown color: approx Brandy. HEX triplet: DA, B3 and 8D. RGB value is (218,179,141). Sum of RGB (Red+Green+Blue) = 218+179+141=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38D is #254C72. Grayscale: #BABABA. Windows color (decimal): -2444403 or 9286618. OLE color: 9286618.

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

Color convert

RGB218179141-
CMYK00.180.350.15
HSL29.61º50.99%70.39%-
HSV(B)29.61º35.32%85.49%-
XYZ49.8449.0732.04-
YUV186.33102.42150.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=40.52%
G=33.27%
B=26.21%

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
Decimal21817914100.180.350.1529.6150.9970.39
HexDAB38D01223F1e3346
Octal33226321502243173663106
Binary1101101010110011100011010100101000111111111101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB38D; }

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

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

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

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

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

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

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

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