#DC9D82

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

Shades of Tumbleweed #DC9D82

Tints of Tumbleweed #DC9D82

Color information

#DC9D82 (or 0xDC9D82) is unknown color: approx Tumbleweed. HEX triplet: DC, 9D and 82. RGB value is (220,157,130). Sum of RGB (Red+Green+Blue) = 220+157+130=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D82 is #23627D. Grayscale: #ACACAC. Windows color (decimal): -2318974 or 8560092. OLE color: 8560092.

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

Color convert

RGB220157130-
CMYK00.290.410.14
HSL18º56.25%68.63%-
HSV(B)18º40.91%86.27%-
XYZ45.640.9426.62-
YUV172.76103.87161.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=43.39%
G=30.97%
B=25.64%

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
Decimal22015713000.290.410.141856.2568.63
HexDC9D8201D29E123845
Octal33423520203551162270105
Binary1101110010011101100000100111011010011110100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D82; }

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

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

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

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

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

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

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

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