Html Css Color HEX #DFA470 Tumbleweed

📋 copy color: '#DFA470'

red 223 ◦ green 164 ◦ blue 112

#DFA470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #DFA470

Tints of Tumbleweed #DFA470

RGB

 RED value IS 223 (87.5% from 255) = 44.69%

 GREEN value IS 164 (64.45% from 255) = 32.87%

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 44.69%
G = 32.87%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFA470 (or 0xDFA470) is known color: Tumbleweed. HEX triplet: DF, A4 and 70. RGB value is (223,164,112). Sum of RGB (Red+Green+Blue) = 223+164+112=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA470 is #205B8F. Grayscale: #AFAFAF. Windows color (decimal): -2120592 or 7382239. OLE color: 7382239.

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

Color convert

RGB 223 164 112 -
CMYK 0 0.26 0.50 0.13
HSL 28.11º 0.63% 0.66% -
HSV(B) 28.11º 0.5% 0.87% -
XYZ 46.63 43.41 21.25 -
YUV 175.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 223 164 112 0 0.26 0.50 0.13 28.11 0.63 0.66
Hex DF A4 70 0 1A 32 D 1C 3F 42
Octal 337 244 160 0 32 62 15 34 77 102
Binary 11011111 10100100 1110000 0 11010 110010 1101 11100 111111 1000010

Color Harmonies of #DFA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA470

Black with #DFA470

Text Example


Text Example

White with #DFA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA470; }

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

 H1.HeaderClassName
 {
   color: #DFA470;
 }
 .AnyTagClassName
 {
   color: #DFA470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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