#DDA57C

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

Shades of Tumbleweed #DDA57C

Tints of Tumbleweed #DDA57C

Color information

#DDA57C (or 0xDDA57C) is unknown color: approx Tumbleweed. HEX triplet: DD, A5 and 7C. RGB value is (221,165,124). Sum of RGB (Red+Green+Blue) = 221+165+124=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57C is #225A83. Grayscale: #B1B1B1. Windows color (decimal): -2251396 or 8168925. OLE color: 8168925.

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

Color convert

RGB221165124-
CMYK00.250.440.13
HSL25.36º58.79%67.65%-
HSV(B)25.36º43.89%86.67%-
XYZ46.9143.7425.04-
YUV177.0798.05159.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 124 (48.83% from 255) = 24.31%
R=43.33%
G=32.35%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116512400.250.440.1325.3658.7967.65
HexDDA57C0192CD193b44
Octal33524517403154153173104
Binary110111011010010111111000110011011001101110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA57C; }

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

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

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

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

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

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

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

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