#DC9E7B

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

Shades of Tumbleweed #DC9E7B

Tints of Tumbleweed #DC9E7B

Color information

#DC9E7B (or 0xDC9E7B) is unknown color: approx Tumbleweed. HEX triplet: DC, 9E and 7B. RGB value is (220,158,123). Sum of RGB (Red+Green+Blue) = 220+158+123=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E7B is #236184. Grayscale: #ACACAC. Windows color (decimal): -2318725 or 8101596. OLE color: 8101596.

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

Color convert

RGB220158123-
CMYK00.280.440.14
HSL21.65º58.08%67.25%-
HSV(B)21.65º44.09%86.27%-
XYZ45.3241.124.28-
YUV172.55100.04161.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=43.91%
G=31.54%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015812300.280.440.1421.6558.0867.25
HexDC9E7B01C2CE163a43
Octal33423617303454162672103
Binary110111001001111011110110111001011001110101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E7B; }

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

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

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

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

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

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

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

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