#DAAE8E

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

Shades of Brandy #DAAE8E

Tints of Brandy #DAAE8E

Color information

#DAAE8E (or 0xDAAE8E) is unknown color: approx Brandy. HEX triplet: DA, AE and 8E. RGB value is (218,174,142). Sum of RGB (Red+Green+Blue) = 218+174+142=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE8E is #255171. Grayscale: #B7B7B7. Windows color (decimal): -2445682 or 9350874. OLE color: 9350874.

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

Color convert

RGB218174142-
CMYK00.200.350.15
HSL25.26º50.67%70.59%-
HSV(B)25.26º34.86%85.49%-
XYZ48.9347.1332.11-
YUV183.51104.58152.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=40.82%
G=32.58%
B=26.59%

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
Decimal21817414200.200.350.1525.2650.6770.59
HexDAAE8E01423F193347
Octal33225621602443173163107
Binary1101101010101110100011100101001000111111110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE8E; }

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

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

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

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

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

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

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

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