Html Css Color HEX #DDA571 Tumbleweed

📋 copy color: '#DDA571'

red 221 ◦ green 165 ◦ blue 113

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

Shades of Tumbleweed #DDA571

Tints of Tumbleweed #DDA571

RGB

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

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

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

R = 44.29%
G = 33.07%
B = 22.65%

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

#DDA571 (or 0xDDA571) is known color: Tumbleweed. HEX triplet: DD, A5 and 71. RGB value is (221,165,113). Sum of RGB (Red+Green+Blue) = 221+165+113=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA571 is #225A8E. Grayscale: #B0B0B0. Windows color (decimal): -2251407 or 7448029. OLE color: 7448029.

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

Color convert

RGB 221 165 113 -
CMYK 0 0.25 0.49 0.13
HSL 28.89º 0.61% 0.65% -
HSV(B) 28.89º 0.49% 0.87% -
XYZ 46.25 43.47 21.58 -
YUV 175.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 221 165 113 0 0.25 0.49 0.13 28.89 0.61 0.65
Hex DD A5 71 0 19 31 D 1D 3D 41
Octal 335 245 161 0 31 61 15 35 75 101
Binary 11011101 10100101 1110001 0 11001 110001 1101 11101 111101 1000001

Color Harmonies of #DDA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA571

Black with #DDA571

Text Example


Text Example

White with #DDA571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA571; }

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

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

background-color css

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

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

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

border-color css

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

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

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