#DC9C7F

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

Shades of Tumbleweed #DC9C7F

Tints of Tumbleweed #DC9C7F

Color information

#DC9C7F (or 0xDC9C7F) is unknown color: approx Tumbleweed. HEX triplet: DC, 9C and 7F. RGB value is (220,156,127). Sum of RGB (Red+Green+Blue) = 220+156+127=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C7F is #236380. Grayscale: #ACACAC. Windows color (decimal): -2319233 or 8363228. OLE color: 8363228.

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

Color convert

RGB220156127-
CMYK00.290.420.14
HSL18.71º57.06%68.04%-
HSV(B)18.71º42.27%86.27%-
XYZ45.2340.5225.52-
YUV171.83102.7162.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 127 (50% from 255) = 25.25%
R=43.74%
G=31.01%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015612700.290.420.1418.7157.0668.04
HexDC9C7F01D2AE133944
Octal33423417703552162371104
Binary110111001001110011111110111011010101110100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C7F; }

 p { color: rgb(220,156,127); }

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

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

 a { background-color: rgb(220,156,127); }

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

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

 span { border-color: rgb(220,156,127); }

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