#DCAB8F

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

Shades of Tumbleweed #DCAB8F

Tints of Tumbleweed #DCAB8F

Color information

#DCAB8F (or 0xDCAB8F) is unknown color: approx Tumbleweed. HEX triplet: DC, AB and 8F. RGB value is (220,171,143). Sum of RGB (Red+Green+Blue) = 220+171+143=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB8F is #235470. Grayscale: #B6B6B6. Windows color (decimal): -2315377 or 9415644. OLE color: 9415644.

HSL color Cylindrical-coordinate representation of color #DCAB8F: hue angle of 21.82º 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 #DCAB8F is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220171143-
CMYK00.220.350.14
HSL21.82º52.38%71.18%-
HSV(B)21.82º35%86.27%-
XYZ49.0446.3232.34-
YUV182.46105.73154.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=41.20%
G=32.02%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017114300.220.350.1421.8252.3871.18
HexDCAB8F01623E163447
Octal33425321702643162664107
Binary1101110010101011100011110101101000111110101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB8F; }

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

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

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

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

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

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

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

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