#DAAE8D

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

Shades of Brandy #DAAE8D

Tints of Brandy #DAAE8D

Color information

#DAAE8D (or 0xDAAE8D) is unknown color: approx Brandy. HEX triplet: DA, AE and 8D. RGB value is (218,174,141). Sum of RGB (Red+Green+Blue) = 218+174+141=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE8D is #255172. Grayscale: #B7B7B7. Windows color (decimal): -2445683 or 9285338. OLE color: 9285338.

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

Color convert

RGB218174141-
CMYK00.200.350.15
HSL25.71º50.99%70.39%-
HSV(B)25.71º35.32%85.49%-
XYZ48.8647.131.72-
YUV183.39104.08152.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=40.90%
G=32.65%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817414100.200.350.1525.7150.9970.39
HexDAAE8D01423F1a3346
Octal33225621502443173263106
Binary1101101010101110100011010101001000111111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE8D; }

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

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

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

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

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

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

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

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