#DFA485

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

Shades of Tumbleweed #DFA485

Tints of Tumbleweed #DFA485

Color information

#DFA485 (or 0xDFA485) is unknown color: approx Tumbleweed. HEX triplet: DF, A4 and 85. RGB value is (223,164,133). Sum of RGB (Red+Green+Blue) = 223+164+133=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA485 is #205B7A. Grayscale: #B2B2B2. Windows color (decimal): -2120571 or 8758495. OLE color: 8758495.

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

Color convert

RGB223164133-
CMYK00.260.400.13
HSL20.67º58.44%69.8%-
HSV(B)20.67º40.36%87.45%-
XYZ47.9443.9328.14-
YUV178.11102.55160.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=42.88%
G=31.54%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316413300.260.400.1320.6758.4469.8
HexDFA48501A28D153a46
Octal33724420503250152572106
Binary1101111110100100100001010110101010001101101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA485; }

 p { color: rgb(223,164,133); }

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

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

 a { background-color: rgb(223,164,133); }

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

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

 span { border-color: rgb(223,164,133); }

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