Html Css Color HEX #DAA079 Tumbleweed

📋 copy color: '#DAA079'

red 218 ◦ green 160 ◦ blue 121

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

Shades of Tumbleweed #DAA079

Tints of Tumbleweed #DAA079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.25%

R = 43.69%
G = 32.06%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAA079 (or 0xDAA079) is known color: Tumbleweed. HEX triplet: DA, A0 and 79. RGB value is (218,160,121). Sum of RGB (Red+Green+Blue) = 218+160+121=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA079 is #255F86. Grayscale: #ADADAD. Windows color (decimal): -2449287 or 7971034. OLE color: 7971034.

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

Color convert

RGB 218 160 121 -
CMYK 0 0.27 0.44 0.15
HSL 24.12º 0.57% 0.66% -
HSV(B) 24.12º 0.44% 0.85% -
XYZ 44.94 41.43 23.72 -
YUV 172.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 218 160 121 0 0.27 0.44 0.15 24.12 0.57 0.66
Hex DA A0 79 0 1B 2C F 18 39 42
Octal 332 240 171 0 33 54 17 30 71 102
Binary 11011010 10100000 1111001 0 11011 101100 1111 11000 111001 1000010

Color Harmonies of #DAA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA079

Black with #DAA079

Text Example


Text Example

White with #DAA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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