#DDA17C

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

Shades of Tumbleweed #DDA17C

Tints of Tumbleweed #DDA17C

Color information

#DDA17C (or 0xDDA17C) is unknown color: approx Tumbleweed. HEX triplet: DD, A1 and 7C. RGB value is (221,161,124). Sum of RGB (Red+Green+Blue) = 221+161+124=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA17C is #225E83. Grayscale: #AEAEAE. Windows color (decimal): -2252420 or 8167901. OLE color: 8167901.

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

Color convert

RGB221161124-
CMYK00.270.440.13
HSL22.89º58.79%67.65%-
HSV(B)22.89º43.89%86.67%-
XYZ46.242.3224.8-
YUV174.7299.38161.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=43.68%
G=31.82%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116112400.270.440.1322.8958.7967.65
HexDDA17C01B2CD173b44
Octal33524117403354152773104
Binary110111011010000111111000110111011001101101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA17C; }

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

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

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

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

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

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

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

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