Html Css Color HEX #DDA673 Tumbleweed

📋 copy color: '#DDA673'

red 221 ◦ green 166 ◦ blue 115

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

Shades of Tumbleweed #DDA673

Tints of Tumbleweed #DDA673

RGB

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

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

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

R = 44.02%
G = 33.07%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA673 (or 0xDDA673) is known color: Tumbleweed. HEX triplet: DD, A6 and 73. RGB value is (221,166,115). Sum of RGB (Red+Green+Blue) = 221+166+115=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA673 is #22598C. Grayscale: #B0B0B0. Windows color (decimal): -2251149 or 7579357. OLE color: 7579357.

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

Color convert

RGB 221 166 115 -
CMYK 0 0.25 0.48 0.13
HSL 28.87º 0.61% 0.66% -
HSV(B) 28.87º 0.48% 0.87% -
XYZ 46.55 43.88 22.24 -
YUV 176.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 221 166 115 0 0.25 0.48 0.13 28.87 0.61 0.66
Hex DD A6 73 0 19 30 D 1D 3D 42
Octal 335 246 163 0 31 60 15 35 75 102
Binary 11011101 10100110 1110011 0 11001 110000 1101 11101 111101 1000010

Color Harmonies of #DDA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA673

Black with #DDA673

Text Example


Text Example

White with #DDA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA673; }

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

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

background-color css

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

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

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

border-color css

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

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

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