Html Css Color HEX #DDA079 Tumbleweed

📋 copy color: '#DDA079'

red 221 ◦ green 160 ◦ blue 121

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

Shades of Tumbleweed #DDA079

Tints of Tumbleweed #DDA079

RGB

 RED value IS 221 (86.72% from 255) = 44.02%

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

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

R = 44.02%
G = 31.87%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA079 (or 0xDDA079) is known color: Tumbleweed. HEX triplet: DD, A0 and 79. RGB value is (221,160,121). Sum of RGB (Red+Green+Blue) = 221+160+121=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA079 is #225F86. Grayscale: #AEAEAE. Windows color (decimal): -2252679 or 7971037. OLE color: 7971037.

HSL color Cylindrical-coordinate representation of color #DDA079: hue angle of 23.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA079 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 121 -
CMYK 0 0.28 0.45 0.13
HSL 23.4º 0.6% 0.67% -
HSV(B) 23.4º 0.45% 0.87% -
XYZ 45.84 41.89 23.76 -
YUV 173.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 221 160 121 0 0.28 0.45 0.13 23.4 0.6 0.67
Hex DD A0 79 0 1C 2D D 17 3C 43
Octal 335 240 171 0 34 55 15 27 74 103
Binary 11011101 10100000 1111001 0 11100 101101 1101 10111 111100 1000011

Color Harmonies of #DDA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA079

Black with #DDA079

Text Example


Text Example

White with #DDA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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