#DCAB90

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

Shades of Tumbleweed #DCAB90

Tints of Tumbleweed #DCAB90

Color information

#DCAB90 (or 0xDCAB90) is unknown color: approx Tumbleweed. HEX triplet: DC, AB and 90. RGB value is (220,171,144). Sum of RGB (Red+Green+Blue) = 220+171+144=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB90 is #23546F. Grayscale: #B6B6B6. Windows color (decimal): -2315376 or 9481180. OLE color: 9481180.

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

Color convert

RGB220171144-
CMYK00.220.350.14
HSL21.32º52.05%71.37%-
HSV(B)21.32º34.55%86.27%-
XYZ49.1146.3632.74-
YUV182.57106.23154.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=41.12%
G=31.96%
B=26.92%

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
Decimal22017114400.220.350.1421.3252.0571.37
HexDCAB9001623E153447
Octal33425322002643162564107
Binary1101110010101011100100000101101000111110101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB90; }

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

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

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

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

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

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

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

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