#DFA074

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

Shades of Tumbleweed #DFA074

Tints of Tumbleweed #DFA074

Color information

#DFA074 (or 0xDFA074) is unknown color: approx Tumbleweed. HEX triplet: DF, A0 and 74. RGB value is (223,160,116). Sum of RGB (Red+Green+Blue) = 223+160+116=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA074 is #205F8B. Grayscale: #AEAEAE. Windows color (decimal): -2121612 or 7643359. OLE color: 7643359.

HSL color Cylindrical-coordinate representation of color #DFA074: hue angle of 24.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFA074 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223160116-
CMYK00.280.480.13
HSL24.67º62.57%66.47%-
HSV(B)24.67º47.98%87.45%-
XYZ46.1542.0922.21-
YUV173.8295.37163.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=44.69%
G=32.06%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316011600.280.480.1324.6762.5766.47
HexDFA07401C30D193f42
Octal33724016403460153177102
Binary110111111010000011101000111001100001101110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA074; }

 p { color: rgb(223,160,116); }

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

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

 a { background-color: rgb(223,160,116); }

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

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

 span { border-color: rgb(223,160,116); }

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