Html Css Color HEX #DAA077 Tumbleweed

📋 copy color: '#DAA077'

red 218 ◦ green 160 ◦ blue 119

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

Shades of Tumbleweed #DAA077

Tints of Tumbleweed #DAA077

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 43.86%
G = 32.19%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAA077 (or 0xDAA077) is known color: Tumbleweed. HEX triplet: DA, A0 and 77. RGB value is (218,160,119). Sum of RGB (Red+Green+Blue) = 218+160+119=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA077 is #255F88. Grayscale: #ACACAC. Windows color (decimal): -2449289 or 7839962. OLE color: 7839962.

HSL color Cylindrical-coordinate representation of color #DAA077: hue angle of 24.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAA077 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 119 -
CMYK 0 0.27 0.45 0.15
HSL 24.85º 0.57% 0.66% -
HSV(B) 24.85º 0.45% 0.85% -
XYZ 44.81 41.38 23.08 -
YUV 172.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 218 160 119 0 0.27 0.45 0.15 24.85 0.57 0.66
Hex DA A0 77 0 1B 2D F 19 39 42
Octal 332 240 167 0 33 55 17 31 71 102
Binary 11011010 10100000 1110111 0 11011 101101 1111 11001 111001 1000010

Color Harmonies of #DAA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA077

Black with #DAA077

Text Example


Text Example

White with #DAA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA077; }

 p { color: rgb(218,160,119); }

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

background-color css

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

 a { background-color: rgb(218,160,119); }

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

border-color css

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

 span { border-color: rgb(218,160,119); }

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