#DFA285

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

Shades of Tumbleweed #DFA285

Tints of Tumbleweed #DFA285

Color information

#DFA285 (or 0xDFA285) is unknown color: approx Tumbleweed. HEX triplet: DF, A2 and 85. RGB value is (223,162,133). Sum of RGB (Red+Green+Blue) = 223+162+133=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA285 is #205D7A. Grayscale: #B1B1B1. Windows color (decimal): -2121083 or 8757983. OLE color: 8757983.

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

Color convert

RGB223162133-
CMYK00.270.400.13
HSL19.33º58.44%69.8%-
HSV(B)19.33º40.36%87.45%-
XYZ47.5943.2228.02-
YUV176.93103.21160.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=43.05%
G=31.27%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316213300.270.400.1319.3358.4469.8
HexDFA28501B28D133a46
Octal33724220503350152372106
Binary1101111110100010100001010110111010001101100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA285; }

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

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

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

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

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

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

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

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