#DAB88A

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

Shades of Brandy #DAB88A

Tints of Brandy #DAB88A

Color information

#DAB88A (or 0xDAB88A) is unknown color: approx Brandy. HEX triplet: DA, B8 and 8A. RGB value is (218,184,138). Sum of RGB (Red+Green+Blue) = 218+184+138=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB88A is #254775. Grayscale: #BDBDBD. Windows color (decimal): -2443126 or 9091290. OLE color: 9091290.

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

Color convert

RGB218184138-
CMYK00.160.370.15
HSL34.5º51.95%69.8%-
HSV(B)34.5º36.7%85.49%-
XYZ50.6451.0231.22-
YUV188.9299.26148.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=40.37%
G=34.07%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818413800.160.370.1534.551.9569.8
HexDAB88A01025F233446
Octal33227021202045174364106
Binary11011010101110001000101001000010010111111000111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB88A; }

 p { color: rgb(218,184,138); }

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

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

 a { background-color: rgb(218,184,138); }

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

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

 span { border-color: rgb(218,184,138); }

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