Html Css Color HEX #DC9E7E Tumbleweed

📋 copy color: '#DC9E7E'

red 220 ◦ green 158 ◦ blue 126

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

Shades of Tumbleweed #DC9E7E

Tints of Tumbleweed #DC9E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25%

R = 43.65%
G = 31.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC9E7E (or 0xDC9E7E) is known color: Tumbleweed. HEX triplet: DC, 9E and 7E. RGB value is (220,158,126). Sum of RGB (Red+Green+Blue) = 220+158+126=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E7E is #236181. Grayscale: #ADADAD. Windows color (decimal): -2318722 or 8298204. OLE color: 8298204.

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

Color convert

RGB 220 158 126 -
CMYK 0 0.28 0.43 0.14
HSL 20.43º 0.57% 0.68% -
HSV(B) 20.43º 0.43% 0.86% -
XYZ 45.51 41.18 25.29 -
YUV 172.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 220 158 126 0 0.28 0.43 0.14 20.43 0.57 0.68
Hex DC 9E 7E 0 1C 2B E 14 39 44
Octal 334 236 176 0 34 53 16 24 71 104
Binary 11011100 10011110 1111110 0 11100 101011 1110 10100 111001 1000100

Color Harmonies of #DC9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E7E

Black with #DC9E7E

Text Example


Text Example

White with #DC9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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