Html Css Color HEX #DDA174 Tumbleweed

📋 copy color: '#DDA174'

red 221 ◦ green 161 ◦ blue 116

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

Shades of Tumbleweed #DDA174

Tints of Tumbleweed #DDA174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 44.38%
G = 32.33%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA174 (or 0xDDA174) is known color: Tumbleweed. HEX triplet: DD, A1 and 74. RGB value is (221,161,116). Sum of RGB (Red+Green+Blue) = 221+161+116=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA174 is #225E8B. Grayscale: #AEAEAE. Windows color (decimal): -2252428 or 7643613. OLE color: 7643613.

HSL color Cylindrical-coordinate representation of color #DDA174: hue angle of 25.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA174 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 116 -
CMYK 0 0.27 0.48 0.13
HSL 25.71º 0.61% 0.66% -
HSV(B) 25.71º 0.48% 0.87% -
XYZ 45.72 42.12 22.24 -
YUV 173.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 221 161 116 0 0.27 0.48 0.13 25.71 0.61 0.66
Hex DD A1 74 0 1B 30 D 1A 3D 42
Octal 335 241 164 0 33 60 15 32 75 102
Binary 11011101 10100001 1110100 0 11011 110000 1101 11010 111101 1000010

Color Harmonies of #DDA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA174

Black with #DDA174

Text Example


Text Example

White with #DDA174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA174; }

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

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

background-color css

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

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

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

border-color css

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

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

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