Html Css Color HEX #DC9D77 Tumbleweed

📋 copy color: '#DC9D77'

red 220 ◦ green 157 ◦ blue 119

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

Shades of Tumbleweed #DC9D77

Tints of Tumbleweed #DC9D77

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.65%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 44.35%
G = 31.65%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9D77 (or 0xDC9D77) is known color: Tumbleweed. HEX triplet: DC, 9D and 77. RGB value is (220,157,119). Sum of RGB (Red+Green+Blue) = 220+157+119=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D77 is #236288. Grayscale: #ABABAB. Windows color (decimal): -2318985 or 7839196. OLE color: 7839196.

HSL color Cylindrical-coordinate representation of color #DC9D77: hue angle of 22.57º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9D77 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 119 -
CMYK 0 0.29 0.46 0.14
HSL 22.57º 0.59% 0.66% -
HSV(B) 22.57º 0.46% 0.86% -
XYZ 44.9 40.66 22.93 -
YUV 171.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 220 157 119 0 0.29 0.46 0.14 22.57 0.59 0.66
Hex DC 9D 77 0 1D 2E E 17 3B 42
Octal 334 235 167 0 35 56 16 27 73 102
Binary 11011100 10011101 1110111 0 11101 101110 1110 10111 111011 1000010

Color Harmonies of #DC9D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D77

Black with #DC9D77

Text Example


Text Example

White with #DC9D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D77; }

 p { color: rgb(220,157,119); }

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

background-color css

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

 a { background-color: rgb(220,157,119); }

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

border-color css

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

 span { border-color: rgb(220,157,119); }

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