Html Css Color HEX #DAAE8D Brandy

📋 copy color: '#DAAE8D'

red 218 ◦ green 174 ◦ blue 141

#DAAE8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy #DAAE8D

Tints of Brandy #DAAE8D

RGB

 RED value IS 218 (85.55% from 255) = 40.9%

 GREEN value IS 174 (68.36% from 255) = 32.65%

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 40.9%
G = 32.65%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAAE8D (or 0xDAAE8D) is known color: 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

RGB 218 174 141 -
CMYK 0 0.20 0.35 0.15
HSL 25.71º 0.51% 0.7% -
HSV(B) 25.71º 0.35% 0.85% -
XYZ 48.86 47.1 31.72 -
YUV 183.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 218 174 141 0 0.20 0.35 0.15 25.71 0.51 0.7
Hex DA AE 8D 0 14 23 F 1A 33 46
Octal 332 256 215 0 24 43 17 32 63 106
Binary 11011010 10101110 10001101 0 10100 100011 1111 11010 110011 1000110

Color Harmonies of #DAAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE8D

Black with #DAAE8D

Text Example


Text Example

White with #DAAE8D

Text Example


Text Example

HTML Codes & Css Web 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>