Html Css Color HEX #DFA06F Tumbleweed

📋 copy color: '#DFA06F'

red 223 ◦ green 160 ◦ blue 111

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

Shades of Tumbleweed #DFA06F

Tints of Tumbleweed #DFA06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.39%

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 45.14%
G = 32.39%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFA06F (or 0xDFA06F) is known color: Tumbleweed. HEX triplet: DF, A0 and 6F. RGB value is (223,160,111). Sum of RGB (Red+Green+Blue) = 223+160+111=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA06F is #205F90. Grayscale: #ADADAD. Windows color (decimal): -2121617 or 7315679. OLE color: 7315679.

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

Color convert

RGB 223 160 111 -
CMYK 0 0.28 0.50 0.13
HSL 26.25º 0.64% 0.65% -
HSV(B) 26.25º 0.5% 0.87% -
XYZ 45.87 41.98 20.72 -
YUV 173.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 223 160 111 0 0.28 0.50 0.13 26.25 0.64 0.65
Hex DF A0 6F 0 1C 32 D 1A 40 41
Octal 337 240 157 0 34 62 15 32 100 101
Binary 11011111 10100000 1101111 0 11100 110010 1101 11010 1000000 1000001

Color Harmonies of #DFA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA06F

Black with #DFA06F

Text Example


Text Example

White with #DFA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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