Html Css Color HEX #DDA473 Tumbleweed

📋 copy color: '#DDA473'

red 221 ◦ green 164 ◦ blue 115

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

Shades of Tumbleweed #DDA473

Tints of Tumbleweed #DDA473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23%

R = 44.2%
G = 32.8%
B = 23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA473 (or 0xDDA473) is known color: Tumbleweed. HEX triplet: DD, A4 and 73. RGB value is (221,164,115). Sum of RGB (Red+Green+Blue) = 221+164+115=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA473 is #225B8C. Grayscale: #AFAFAF. Windows color (decimal): -2251661 or 7578845. OLE color: 7578845.

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

Color convert

RGB 221 164 115 -
CMYK 0 0.26 0.48 0.13
HSL 27.74º 0.61% 0.66% -
HSV(B) 27.74º 0.48% 0.87% -
XYZ 46.19 43.16 22.12 -
YUV 175.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 221 164 115 0 0.26 0.48 0.13 27.74 0.61 0.66
Hex DD A4 73 0 1A 30 D 1C 3D 42
Octal 335 244 163 0 32 60 15 34 75 102
Binary 11011101 10100100 1110011 0 11010 110000 1101 11100 111101 1000010

Color Harmonies of #DDA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA473

Black with #DDA473

Text Example


Text Example

White with #DDA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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