#DC9D81

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

Shades of Tumbleweed #DC9D81

Tints of Tumbleweed #DC9D81

Color information

#DC9D81 (or 0xDC9D81) is unknown color: approx Tumbleweed. HEX triplet: DC, 9D and 81. RGB value is (220,157,129). Sum of RGB (Red+Green+Blue) = 220+157+129=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D81 is #23627E. Grayscale: #ACACAC. Windows color (decimal): -2318975 or 8494556. OLE color: 8494556.

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

Color convert

RGB220157129-
CMYK00.290.410.14
HSL18.46º56.52%68.43%-
HSV(B)18.46º41.36%86.27%-
XYZ45.5340.9126.27-
YUV172.64103.37161.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=43.48%
G=31.03%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015712900.290.410.1418.4656.5268.43
HexDC9D8101D29E123944
Octal33423520103551162271104
Binary1101110010011101100000010111011010011110100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D81; }

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

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

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

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

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

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

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

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