#DC9E80

Color #DC9E80 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DC9E80

Tints of Tumbleweed #DC9E80

Color information

#DC9E80 (or 0xDC9E80) is unknown color: approx Tumbleweed. HEX triplet: DC, 9E and 80. RGB value is (220,158,128). Sum of RGB (Red+Green+Blue) = 220+158+128=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E80 is #23617F. Grayscale: #ADADAD. Windows color (decimal): -2318720 or 8429276. OLE color: 8429276.

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

Color convert

RGB220158128-
CMYK00.280.420.14
HSL19.57º56.79%68.24%-
HSV(B)19.57º41.82%86.27%-
XYZ45.6441.2325.97-
YUV173.12102.54161.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=43.48%
G=31.23%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015812800.280.420.1419.5756.7968.24
HexDC9E8001C2AE143944
Octal33423620003452162471104
Binary1101110010011110100000000111001010101110101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E80; }

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

 H1.HeaderClassName
 {
   color: #DC9E80;
 }
 .AnyTagClassName
 {
   color: #DC9E80;
 }
</style>
background-color css

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

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

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

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

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

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