Html Css Color HEX #DCAB90 Tumbleweed

📋 copy color: '#DCAB90'

red 220 ◦ green 171 ◦ blue 144

#DCAB90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #DCAB90

Tints of Tumbleweed #DCAB90

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 value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCAB90 (or 0xDCAB90) is known color: 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

RGB 220 171 144 -
CMYK 0 0.22 0.35 0.14
HSL 21.32º 0.52% 0.71% -
HSV(B) 21.32º 0.35% 0.86% -
XYZ 49.11 46.36 32.74 -
YUV 182.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 220 171 144 0 0.22 0.35 0.14 21.32 0.52 0.71
Hex DC AB 90 0 16 23 E 15 34 47
Octal 334 253 220 0 26 43 16 25 64 107
Binary 11011100 10101011 10010000 0 10110 100011 1110 10101 110100 1000111

Color Harmonies of #DCAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB90

Black with #DCAB90

Text Example


Text Example

White with #DCAB90

Text Example


Text Example

HTML Codes & Css Web 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>