#DC9F7D

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

Shades of Tumbleweed #DC9F7D

Tints of Tumbleweed #DC9F7D

Color information

#DC9F7D (or 0xDC9F7D) is unknown color: approx Tumbleweed. HEX triplet: DC, 9F and 7D. RGB value is (220,159,125). Sum of RGB (Red+Green+Blue) = 220+159+125=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F7D is #236082. Grayscale: #ADADAD. Windows color (decimal): -2318467 or 8232924. OLE color: 8232924.

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

Color convert

RGB220159125-
CMYK00.280.430.14
HSL21.47º57.58%67.65%-
HSV(B)21.47º43.18%86.27%-
XYZ45.6241.4925.01-
YUV173.36100.71161.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=43.65%
G=31.55%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015912500.280.430.1421.4757.5867.65
HexDC9F7D01C2BE153a44
Octal33423717503453162572104
Binary110111001001111111111010111001010111110101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F7D; }

 p { color: rgb(220,159,125); }

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

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

 a { background-color: rgb(220,159,125); }

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

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

 span { border-color: rgb(220,159,125); }

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