Html Css Color HEX #DDA579 Tumbleweed

📋 copy color: '#DDA579'

red 221 ◦ green 165 ◦ blue 121

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

Shades of Tumbleweed #DDA579

Tints of Tumbleweed #DDA579

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 43.59%
G = 32.54%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA579 (or 0xDDA579) is known color: Tumbleweed. HEX triplet: DD, A5 and 79. RGB value is (221,165,121). Sum of RGB (Red+Green+Blue) = 221+165+121=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA579 is #225A86. Grayscale: #B0B0B0. Windows color (decimal): -2251399 or 7972317. OLE color: 7972317.

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

Color convert

RGB 221 165 121 -
CMYK 0 0.25 0.45 0.13
HSL 26.4º 0.6% 0.67% -
HSV(B) 26.4º 0.45% 0.87% -
XYZ 46.73 43.66 24.05 -
YUV 176.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 221 165 121 0 0.25 0.45 0.13 26.4 0.6 0.67
Hex DD A5 79 0 19 2D D 1A 3C 43
Octal 335 245 171 0 31 55 15 32 74 103
Binary 11011101 10100101 1111001 0 11001 101101 1101 11010 111100 1000011

Color Harmonies of #DDA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA579

Black with #DDA579

Text Example


Text Example

White with #DDA579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA579; }

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

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

background-color css

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

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

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

border-color css

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

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

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