Html Css Color HEX #DDA479 Tumbleweed

📋 copy color: '#DDA479'

red 221 ◦ green 164 ◦ blue 121

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

Shades of Tumbleweed #DDA479

Tints of Tumbleweed #DDA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.41%

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

R = 43.68%
G = 32.41%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA479 (or 0xDDA479) is known color: Tumbleweed. HEX triplet: DD, A4 and 79. RGB value is (221,164,121). Sum of RGB (Red+Green+Blue) = 221+164+121=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA479 is #225B86. Grayscale: #B0B0B0. Windows color (decimal): -2251655 or 7972061. OLE color: 7972061.

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

Color convert

RGB 221 164 121 -
CMYK 0 0.26 0.45 0.13
HSL 25.8º 0.6% 0.67% -
HSV(B) 25.8º 0.45% 0.87% -
XYZ 46.55 43.3 23.99 -
YUV 176.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 221 164 121 0 0.26 0.45 0.13 25.8 0.6 0.67
Hex DD A4 79 0 1A 2D D 1A 3C 43
Octal 335 244 171 0 32 55 15 32 74 103
Binary 11011101 10100100 1111001 0 11010 101101 1101 11010 111100 1000011

Color Harmonies of #DDA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA479

Black with #DDA479

Text Example


Text Example

White with #DDA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA479; }

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

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

background-color css

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

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

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

border-color css

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

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

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