Html Css Color HEX #DDA074 Tumbleweed

📋 copy color: '#DDA074'

red 221 ◦ green 160 ◦ blue 116

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

Shades of Tumbleweed #DDA074

Tints of Tumbleweed #DDA074

RGB

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

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

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

R = 44.47%
G = 32.19%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA074 (or 0xDDA074) is known color: Tumbleweed. HEX triplet: DD, A0 and 74. RGB value is (221,160,116). Sum of RGB (Red+Green+Blue) = 221+160+116=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA074 is #225F8B. Grayscale: #ADADAD. Windows color (decimal): -2252684 or 7643357. OLE color: 7643357.

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

Color convert

RGB 221 160 116 -
CMYK 0 0.28 0.48 0.13
HSL 25.14º 0.61% 0.66% -
HSV(B) 25.14º 0.48% 0.87% -
XYZ 45.54 41.77 22.19 -
YUV 173.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 221 160 116 0 0.28 0.48 0.13 25.14 0.61 0.66
Hex DD A0 74 0 1C 30 D 19 3D 42
Octal 335 240 164 0 34 60 15 31 75 102
Binary 11011101 10100000 1110100 0 11100 110000 1101 11001 111101 1000010

Color Harmonies of #DDA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA074

Black with #DDA074

Text Example


Text Example

White with #DDA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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