Html Css Color HEX #DC9E76 Tumbleweed

📋 copy color: '#DC9E76'

red 220 ◦ green 158 ◦ blue 118

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

Shades of Tumbleweed #DC9E76

Tints of Tumbleweed #DC9E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 118 (46.48% from 255) = 23.79%

R = 44.35%
G = 31.85%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9E76 (or 0xDC9E76) is known color: Tumbleweed. HEX triplet: DC, 9E and 76. RGB value is (220,158,118). Sum of RGB (Red+Green+Blue) = 220+158+118=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E76 is #236189. Grayscale: #ACACAC. Windows color (decimal): -2318730 or 7773916. OLE color: 7773916.

HSL color Cylindrical-coordinate representation of color #DC9E76: hue angle of 23.53º 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 #DC9E76 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 118 -
CMYK 0 0.28 0.46 0.14
HSL 23.53º 0.59% 0.66% -
HSV(B) 23.53º 0.46% 0.86% -
XYZ 45.01 40.98 22.68 -
YUV 171.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 220 158 118 0 0.28 0.46 0.14 23.53 0.59 0.66
Hex DC 9E 76 0 1C 2E E 18 3B 42
Octal 334 236 166 0 34 56 16 30 73 102
Binary 11011100 10011110 1110110 0 11100 101110 1110 11000 111011 1000010

Color Harmonies of #DC9E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E76

Black with #DC9E76

Text Example


Text Example

White with #DC9E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E76; }

 p { color: rgb(220,158,118); }

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

background-color css

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

 a { background-color: rgb(220,158,118); }

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

border-color css

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

 span { border-color: rgb(220,158,118); }

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