Html Css Color HEX #DC9F71 Tumbleweed

📋 copy color: '#DC9F71'

red 220 ◦ green 159 ◦ blue 113

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

Shades of Tumbleweed #DC9F71

Tints of Tumbleweed #DC9F71

RGB

 RED value IS 220 (86.33% from 255) = 44.72%

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 44.72%
G = 32.32%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9F71 (or 0xDC9F71) is known color: Tumbleweed. HEX triplet: DC, 9F and 71. RGB value is (220,159,113). Sum of RGB (Red+Green+Blue) = 220+159+113=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F71 is #23608E. Grayscale: #ACACAC. Windows color (decimal): -2318479 or 7446492. OLE color: 7446492.

HSL color Cylindrical-coordinate representation of color #DC9F71: hue angle of 25.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC9F71 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 113 -
CMYK 0 0.28 0.49 0.14
HSL 25.79º 0.6% 0.65% -
HSV(B) 25.79º 0.49% 0.86% -
XYZ 44.89 41.2 21.21 -
YUV 172 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 220 159 113 0 0.28 0.49 0.14 25.79 0.6 0.65
Hex DC 9F 71 0 1C 31 E 1A 3C 41
Octal 334 237 161 0 34 61 16 32 74 101
Binary 11011100 10011111 1110001 0 11100 110001 1110 11010 111100 1000001

Color Harmonies of #DC9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F71

Black with #DC9F71

Text Example


Text Example

White with #DC9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F71; }

 p { color: rgb(220,159,113); }

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

background-color css

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

 a { background-color: rgb(220,159,113); }

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

border-color css

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

 span { border-color: rgb(220,159,113); }

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