#DDA37D

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

Shades of Tumbleweed #DDA37D

Tints of Tumbleweed #DDA37D

Color information

#DDA37D (or 0xDDA37D) is unknown color: approx Tumbleweed. HEX triplet: DD, A3 and 7D. RGB value is (221,163,125). Sum of RGB (Red+Green+Blue) = 221+163+125=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA37D is #225C82. Grayscale: #B0B0B0. Windows color (decimal): -2251907 or 8233949. OLE color: 8233949.

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

Color convert

RGB221163125-
CMYK00.260.430.13
HSL23.75º58.54%67.84%-
HSV(B)23.75º43.44%86.67%-
XYZ46.6243.0525.25-
YUV176.0199.22160.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=43.42%
G=32.02%
B=24.56%

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
Decimal22116312500.260.430.1323.7558.5467.84
HexDDA37D01A2BD183b44
Octal33524317503253153073104
Binary110111011010001111111010110101010111101110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA37D; }

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

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

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

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

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

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

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

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