#DAAE8C

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

Shades of Brandy #DAAE8C

Tints of Brandy #DAAE8C

Color information

#DAAE8C (or 0xDAAE8C) is unknown color: approx Brandy. HEX triplet: DA, AE and 8C. RGB value is (218,174,140). Sum of RGB (Red+Green+Blue) = 218+174+140=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE8C is #255173. Grayscale: #B7B7B7. Windows color (decimal): -2445684 or 9219802. OLE color: 9219802.

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

Color convert

RGB218174140-
CMYK00.200.360.15
HSL26.15º51.32%70.2%-
HSV(B)26.15º35.78%85.49%-
XYZ48.7847.0731.33-
YUV183.28103.58152.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=40.98%
G=32.71%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817414000.200.360.1526.1551.3270.2
HexDAAE8C01424F1a3346
Octal33225621402444173263106
Binary1101101010101110100011000101001001001111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE8C; }

 p { color: rgb(218,174,140); }

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

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

 a { background-color: rgb(218,174,140); }

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

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

 span { border-color: rgb(218,174,140); }

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