Html Css Color HEX #DAAE8C Brandy

📋 copy color: '#DAAE8C'

red 218 ◦ green 174 ◦ blue 140

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

Shades of Brandy #DAAE8C

Tints of Brandy #DAAE8C

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 value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

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

RGB 218 174 140 -
CMYK 0 0.20 0.36 0.15
HSL 26.15º 0.51% 0.7% -
HSV(B) 26.15º 0.36% 0.85% -
XYZ 48.78 47.07 31.33 -
YUV 183.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 218 174 140 0 0.20 0.36 0.15 26.15 0.51 0.7
Hex DA AE 8C 0 14 24 F 1A 33 46
Octal 332 256 214 0 24 44 17 32 63 106
Binary 11011010 10101110 10001100 0 10100 100100 1111 11010 110011 1000110

Color Harmonies of #DAAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE8C

Black with #DAAE8C

Text Example


Text Example

White with #DAAE8C

Text Example


Text Example

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