#DDA673

Color #DDA673 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DDA673

Tints of Tumbleweed #DDA673

Color information

#DDA673 (or 0xDDA673) is unknown color: approx 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

RGB221166115-
CMYK00.250.480.13
HSL28.87º60.92%65.88%-
HSV(B)28.87º47.96%86.67%-
XYZ46.5543.8822.24-
YUV176.6393.22159.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116611500.250.480.1328.8760.9265.88
HexDDA67301930D1d3d42
Octal33524616303160153575102
Binary110111011010011011100110110011100001101111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>