#DC9E83

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

Shades of Tumbleweed #DC9E83

Tints of Tumbleweed #DC9E83

Color information

#DC9E83 (or 0xDC9E83) is unknown color: approx Tumbleweed. HEX triplet: DC, 9E and 83. RGB value is (220,158,131). Sum of RGB (Red+Green+Blue) = 220+158+131=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E83 is #23617C. Grayscale: #ADADAD. Windows color (decimal): -2318717 or 8625884. OLE color: 8625884.

HSL color Cylindrical-coordinate representation of color #DC9E83: hue angle of 18.2º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9E83 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220158131-
CMYK00.280.400.14
HSL18.2º55.97%68.82%-
HSV(B)18.2º40.45%86.27%-
XYZ45.8441.3127.03-
YUV173.46104.04161.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=43.22%
G=31.04%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015813100.280.400.1418.255.9768.82
HexDC9E8301C28E123845
Octal33423620303450162270105
Binary1101110010011110100000110111001010001110100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E83; }

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

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

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

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

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

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

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

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