#DCAD8F

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

Shades of Tumbleweed #DCAD8F

Tints of Tumbleweed #DCAD8F

Color information

#DCAD8F (or 0xDCAD8F) is unknown color: approx Tumbleweed. HEX triplet: DC, AD and 8F. RGB value is (220,173,143). Sum of RGB (Red+Green+Blue) = 220+173+143=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD8F is #235270. Grayscale: #B7B7B7. Windows color (decimal): -2314865 or 9416156. OLE color: 9416156.

HSL color Cylindrical-coordinate representation of color #DCAD8F: hue angle of 23.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCAD8F is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220173143-
CMYK00.210.350.14
HSL23.38º52.38%71.18%-
HSV(B)23.38º35%86.27%-
XYZ49.4247.0932.47-
YUV183.63105.07153.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=41.04%
G=32.28%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017314300.210.350.1423.3852.3871.18
HexDCAD8F01523E173447
Octal33425521702543162764107
Binary1101110010101101100011110101011000111110101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD8F; }

 p { color: rgb(220,173,143); }

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

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

 a { background-color: rgb(220,173,143); }

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

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

 span { border-color: rgb(220,173,143); }

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