Html Css Color HEX #DAAE8F Brandy

📋 copy color: '#DAAE8F'

red 218 ◦ green 174 ◦ blue 143

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

Shades of Brandy #DAAE8F

Tints of Brandy #DAAE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.73%

R = 40.75%
G = 32.52%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAAE8F (or 0xDAAE8F) is known color: Brandy. HEX triplet: DA, AE and 8F. RGB value is (218,174,143). Sum of RGB (Red+Green+Blue) = 218+174+143=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE8F is #255170. Grayscale: #B7B7B7. Windows color (decimal): -2445681 or 9416410. OLE color: 9416410.

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

Color convert

RGB 218 174 143 -
CMYK 0 0.20 0.34 0.15
HSL 24.8º 0.5% 0.71% -
HSV(B) 24.8º 0.34% 0.85% -
XYZ 49.01 47.16 32.51 -
YUV 183.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 218 174 143 0 0.20 0.34 0.15 24.8 0.5 0.71
Hex DA AE 8F 0 14 22 F 19 32 47
Octal 332 256 217 0 24 42 17 31 62 107
Binary 11011010 10101110 10001111 0 10100 100010 1111 11001 110010 1000111

Color Harmonies of #DAAE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE8F

Black with #DAAE8F

Text Example


Text Example

White with #DAAE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE8F; }

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

 H1.HeaderClassName
 {
   color: #DAAE8F;
 }
 .AnyTagClassName
 {
   color: #DAAE8F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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