Html Css Color HEX #DCAA90 Tumbleweed

📋 copy color: '#DCAA90'

red 220 ◦ green 170 ◦ blue 144

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

Shades of Tumbleweed #DCAA90

Tints of Tumbleweed #DCAA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 41.2%
G = 31.84%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCAA90 (or 0xDCAA90) is known color: Tumbleweed. HEX triplet: DC, AA and 90. RGB value is (220,170,144). Sum of RGB (Red+Green+Blue) = 220+170+144=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA90 is #23556F. Grayscale: #B6B6B6. Windows color (decimal): -2315632 or 9480924. OLE color: 9480924.

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

Color convert

RGB 220 170 144 -
CMYK 0 0.23 0.35 0.14
HSL 20.53º 0.52% 0.71% -
HSV(B) 20.53º 0.35% 0.86% -
XYZ 48.92 45.98 32.68 -
YUV 181.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 220 170 144 0 0.23 0.35 0.14 20.53 0.52 0.71
Hex DC AA 90 0 17 23 E 15 34 47
Octal 334 252 220 0 27 43 16 25 64 107
Binary 11011100 10101010 10010000 0 10111 100011 1110 10101 110100 1000111

Color Harmonies of #DCAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA90

Black with #DCAA90

Text Example


Text Example

White with #DCAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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