Html Css Color HEX #DAA175 Tumbleweed

📋 copy color: '#DAA175'

red 218 ◦ green 161 ◦ blue 117

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

Shades of Tumbleweed #DAA175

Tints of Tumbleweed #DAA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.46%

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 43.95%
G = 32.46%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAA175 (or 0xDAA175) is known color: Tumbleweed. HEX triplet: DA, A1 and 75. RGB value is (218,161,117). Sum of RGB (Red+Green+Blue) = 218+161+117=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA175 is #255E8A. Grayscale: #ADADAD. Windows color (decimal): -2449035 or 7709146. OLE color: 7709146.

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

Color convert

RGB 218 161 117 -
CMYK 0 0.26 0.46 0.15
HSL 26.14º 0.58% 0.66% -
HSV(B) 26.14º 0.46% 0.85% -
XYZ 44.87 41.68 22.51 -
YUV 173.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 218 161 117 0 0.26 0.46 0.15 26.14 0.58 0.66
Hex DA A1 75 0 1A 2E F 1A 3A 42
Octal 332 241 165 0 32 56 17 32 72 102
Binary 11011010 10100001 1110101 0 11010 101110 1111 11010 111010 1000010

Color Harmonies of #DAA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA175

Black with #DAA175

Text Example


Text Example

White with #DAA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA175; }

 p { color: rgb(218,161,117); }

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

background-color css

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

 a { background-color: rgb(218,161,117); }

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

border-color css

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

 span { border-color: rgb(218,161,117); }

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