#DFA075

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

Shades of Tumbleweed #DFA075

Tints of Tumbleweed #DFA075

Color information

#DFA075 (or 0xDFA075) is unknown color: approx Tumbleweed. HEX triplet: DF, A0 and 75. RGB value is (223,160,117). Sum of RGB (Red+Green+Blue) = 223+160+117=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA075 is #205F8A. Grayscale: #AEAEAE. Windows color (decimal): -2121611 or 7708895. OLE color: 7708895.

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

Color convert

RGB223160117-
CMYK00.280.480.13
HSL24.34º62.35%66.67%-
HSV(B)24.34º47.53%87.45%-
XYZ46.2142.1122.52-
YUV173.9395.87163-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=44.6%
G=32%
B=23.4%

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
Decimal22316011700.280.480.1324.3462.3566.67
HexDFA07501C30D183e43
Octal33724016503460153076103
Binary110111111010000011101010111001100001101110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA075; }

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

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

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

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

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

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

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

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