Html Css Color HEX #DCAA8A Tumbleweed

📋 copy color: '#DCAA8A'

red 220 ◦ green 170 ◦ blue 138

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

Shades of Tumbleweed #DCAA8A

Tints of Tumbleweed #DCAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.14%

R = 41.67%
G = 32.2%
B = 26.14%

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

#DCAA8A (or 0xDCAA8A) is known color: Tumbleweed. HEX triplet: DC, AA and 8A. RGB value is (220,170,138). Sum of RGB (Red+Green+Blue) = 220+170+138=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA8A is #235575. Grayscale: #B5B5B5. Windows color (decimal): -2315638 or 9087708. OLE color: 9087708.

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

Color convert

RGB 220 170 138 -
CMYK 0 0.23 0.37 0.14
HSL 23.41º 0.54% 0.7% -
HSV(B) 23.41º 0.37% 0.86% -
XYZ 48.48 45.8 30.33 -
YUV 181.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 220 170 138 0 0.23 0.37 0.14 23.41 0.54 0.7
Hex DC AA 8A 0 17 25 E 17 36 46
Octal 334 252 212 0 27 45 16 27 66 106
Binary 11011100 10101010 10001010 0 10111 100101 1110 10111 110110 1000110

Color Harmonies of #DCAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA8A

Black with #DCAA8A

Text Example


Text Example

White with #DCAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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