Html Css Color HEX #DDA671 Tumbleweed

📋 copy color: '#DDA671'

red 221 ◦ green 166 ◦ blue 113

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

Shades of Tumbleweed #DDA671

Tints of Tumbleweed #DDA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.2%

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 44.2%
G = 33.2%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDA671 (or 0xDDA671) is known color: Tumbleweed. HEX triplet: DD, A6 and 71. RGB value is (221,166,113). Sum of RGB (Red+Green+Blue) = 221+166+113=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA671 is #22598E. Grayscale: #B0B0B0. Windows color (decimal): -2251151 or 7448285. OLE color: 7448285.

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

Color convert

RGB 221 166 113 -
CMYK 0 0.25 0.49 0.13
HSL 29.44º 0.61% 0.65% -
HSV(B) 29.44º 0.49% 0.87% -
XYZ 46.44 43.84 21.64 -
YUV 176.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 221 166 113 0 0.25 0.49 0.13 29.44 0.61 0.65
Hex DD A6 71 0 19 31 D 1D 3D 41
Octal 335 246 161 0 31 61 15 35 75 101
Binary 11011101 10100110 1110001 0 11001 110001 1101 11101 111101 1000001

Color Harmonies of #DDA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA671

Black with #DDA671

Text Example


Text Example

White with #DDA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA671; }

 p { color: rgb(221,166,113); }

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

background-color css

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

 a { background-color: rgb(221,166,113); }

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

border-color css

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

 span { border-color: rgb(221,166,113); }

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