Html Css Color HEX #DCAA8D Tumbleweed

📋 copy color: '#DCAA8D'

red 220 ◦ green 170 ◦ blue 141

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

Shades of Tumbleweed #DCAA8D

Tints of Tumbleweed #DCAA8D

RGB

 RED value IS 220 (86.33% from 255) = 41.43%

 GREEN value IS 170 (66.8% from 255) = 32.02%

 BLUE value IS 141 (55.47% from 255) = 26.55%

R = 41.43%
G = 32.02%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCAA8D (or 0xDCAA8D) is known color: Tumbleweed. HEX triplet: DC, AA and 8D. RGB value is (220,170,141). Sum of RGB (Red+Green+Blue) = 220+170+141=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA8D is #235572. Grayscale: #B5B5B5. Windows color (decimal): -2315635 or 9284316. OLE color: 9284316.

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

Color convert

RGB 220 170 141 -
CMYK 0 0.23 0.36 0.14
HSL 22.03º 0.53% 0.71% -
HSV(B) 22.03º 0.36% 0.86% -
XYZ 48.7 45.89 31.49 -
YUV 181.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 220 170 141 0 0.23 0.36 0.14 22.03 0.53 0.71
Hex DC AA 8D 0 17 24 E 16 35 47
Octal 334 252 215 0 27 44 16 26 65 107
Binary 11011100 10101010 10001101 0 10111 100100 1110 10110 110101 1000111

Color Harmonies of #DCAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA8D

Black with #DCAA8D

Text Example


Text Example

White with #DCAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA8D; }

 p { color: rgb(220,170,141); }

 H1.HeaderClassName
 {
   color: #DCAA8D;
 }
 .AnyTagClassName
 {
   color: #DCAA8D;
 }
</style>

background-color css

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

 a { background-color: rgb(220,170,141); }

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

border-color css

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

 span { border-color: rgb(220,170,141); }

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