#DAAE8A

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

Shades of Brandy #DAAE8A

Tints of Brandy #DAAE8A

Color information

#DAAE8A (or 0xDAAE8A) is unknown color: approx Brandy. HEX triplet: DA, AE and 8A. RGB value is (218,174,138). Sum of RGB (Red+Green+Blue) = 218+174+138=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE8A is #255175. Grayscale: #B7B7B7. Windows color (decimal): -2445686 or 9088730. OLE color: 9088730.

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

Color convert

RGB218174138-
CMYK00.200.370.15
HSL27º51.95%69.8%-
HSV(B)27º36.7%85.49%-
XYZ48.6447.0130.56-
YUV183.05102.58152.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=41.13%
G=32.83%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817413800.200.370.152751.9569.8
HexDAAE8A01425F1b3446
Octal33225621202445173364106
Binary1101101010101110100010100101001001011111110111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE8A; }

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

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

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

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

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

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

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

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