#DDA37F

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

Shades of Tumbleweed #DDA37F

Tints of Tumbleweed #DDA37F

Color information

#DDA37F (or 0xDDA37F) is unknown color: approx Tumbleweed. HEX triplet: DD, A3 and 7F. RGB value is (221,163,127). Sum of RGB (Red+Green+Blue) = 221+163+127=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA37F is #225C80. Grayscale: #B0B0B0. Windows color (decimal): -2251905 or 8365021. OLE color: 8365021.

HSL color Cylindrical-coordinate representation of color #DDA37F: hue angle of 22.98º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDA37F is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221163127-
CMYK00.260.430.13
HSL22.98º58.02%68.24%-
HSV(B)22.98º42.53%86.67%-
XYZ46.7543.125.93-
YUV176.24100.22159.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 127 (50% from 255) = 24.85%
R=43.25%
G=31.90%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116312700.260.430.1322.9858.0268.24
HexDDA37F01A2BD173a44
Octal33524317703253152772104
Binary110111011010001111111110110101010111101101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA37F; }

 p { color: rgb(221,163,127); }

 H1.HeaderClassName
 {
   color: #DDA37F;
 }
 .AnyTagClassName
 {
   color: #DDA37F;
 }
</style>
background-color css

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

 a { background-color: rgb(221,163,127); }

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

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

 span { border-color: rgb(221,163,127); }

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