#DC9D76

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

Shades of Tumbleweed #DC9D76

Tints of Tumbleweed #DC9D76

Color information

#DC9D76 (or 0xDC9D76) is unknown color: approx Tumbleweed. HEX triplet: DC, 9D and 76. RGB value is (220,157,118). Sum of RGB (Red+Green+Blue) = 220+157+118=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D76 is #236289. Grayscale: #ABABAB. Windows color (decimal): -2318986 or 7773660. OLE color: 7773660.

HSL color Cylindrical-coordinate representation of color #DC9D76: hue angle of 22.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9D76 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220157118-
CMYK00.290.460.14
HSL22.94º59.3%66.27%-
HSV(B)22.94º46.36%86.27%-
XYZ44.8440.6422.62-
YUV171.3997.87162.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=44.44%
G=31.72%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015711800.290.460.1422.9459.366.27
HexDC9D7601D2EE173b42
Octal33423516603556162773102
Binary110111001001110111101100111011011101110101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D76; }

 p { color: rgb(220,157,118); }

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

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

 a { background-color: rgb(220,157,118); }

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

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

 span { border-color: rgb(220,157,118); }

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