Html Css Color HEX #DDA179 Tumbleweed

📋 copy color: '#DDA179'

red 221 ◦ green 161 ◦ blue 121

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

Shades of Tumbleweed #DDA179

Tints of Tumbleweed #DDA179

RGB

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

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

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

R = 43.94%
G = 32.01%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA179 (or 0xDDA179) is known color: Tumbleweed. HEX triplet: DD, A1 and 79. RGB value is (221,161,121). Sum of RGB (Red+Green+Blue) = 221+161+121=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA179 is #225E86. Grayscale: #AEAEAE. Windows color (decimal): -2252423 or 7971293. OLE color: 7971293.

HSL color Cylindrical-coordinate representation of color #DDA179: hue angle of 24º 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 #DDA179 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 121 -
CMYK 0 0.27 0.45 0.13
HSL 24º 0.6% 0.67% -
HSV(B) 24º 0.45% 0.87% -
XYZ 46.01 42.24 23.82 -
YUV 174.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 221 161 121 0 0.27 0.45 0.13 24 0.6 0.67
Hex DD A1 79 0 1B 2D D 18 3C 43
Octal 335 241 171 0 33 55 15 30 74 103
Binary 11011101 10100001 1111001 0 11011 101101 1101 11000 111100 1000011

Color Harmonies of #DDA179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA179

Black with #DDA179

Text Example


Text Example

White with #DDA179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA179; }

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

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

background-color css

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

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

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

border-color css

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

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

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