#DDA57D

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

Shades of Tumbleweed #DDA57D

Tints of Tumbleweed #DDA57D

Color information

#DDA57D (or 0xDDA57D) is unknown color: approx Tumbleweed. HEX triplet: DD, A5 and 7D. RGB value is (221,165,125). Sum of RGB (Red+Green+Blue) = 221+165+125=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57D is #225A82. Grayscale: #B1B1B1. Windows color (decimal): -2251395 or 8234461. OLE color: 8234461.

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

Color convert

RGB221165125-
CMYK00.250.430.13
HSL25º58.54%67.84%-
HSV(B)25º43.44%86.67%-
XYZ46.9843.7625.37-
YUV177.1898.55159.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=43.25%
G=32.29%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116512500.250.430.132558.5467.84
HexDDA57D0192BD193b44
Octal33524517503153153173104
Binary110111011010010111111010110011010111101110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA57D; }

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

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

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

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

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

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

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

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