Html Css Color HEX #DCAA8B Tumbleweed

📋 copy color: '#DCAA8B'

red 220 ◦ green 170 ◦ blue 139

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

Shades of Tumbleweed #DCAA8B

Tints of Tumbleweed #DCAA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.28%

R = 41.59%
G = 32.14%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCAA8B (or 0xDCAA8B) is known color: Tumbleweed. HEX triplet: DC, AA and 8B. RGB value is (220,170,139). Sum of RGB (Red+Green+Blue) = 220+170+139=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA8B is #235574. Grayscale: #B5B5B5. Windows color (decimal): -2315637 or 9153244. OLE color: 9153244.

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

Color convert

RGB 220 170 139 -
CMYK 0 0.23 0.37 0.14
HSL 22.96º 0.54% 0.7% -
HSV(B) 22.96º 0.37% 0.86% -
XYZ 48.55 45.83 30.71 -
YUV 181.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 220 170 139 0 0.23 0.37 0.14 22.96 0.54 0.7
Hex DC AA 8B 0 17 25 E 17 36 46
Octal 334 252 213 0 27 45 16 27 66 106
Binary 11011100 10101010 10001011 0 10111 100101 1110 10111 110110 1000110

Color Harmonies of #DCAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA8B

Black with #DCAA8B

Text Example


Text Example

White with #DCAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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