Html Css Color HEX #DCAA7E Tumbleweed

📋 copy color: '#DCAA7E'

red 220 ◦ green 170 ◦ blue 126

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

Shades of Tumbleweed #DCAA7E

Tints of Tumbleweed #DCAA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.42%

R = 42.64%
G = 32.95%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCAA7E (or 0xDCAA7E) is known color: Tumbleweed. HEX triplet: DC, AA and 7E. RGB value is (220,170,126). Sum of RGB (Red+Green+Blue) = 220+170+126=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA7E is #235581. Grayscale: #B4B4B4. Windows color (decimal): -2315650 or 8301276. OLE color: 8301276.

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

Color convert

RGB 220 170 126 -
CMYK 0 0.23 0.43 0.14
HSL 28.09º 0.57% 0.68% -
HSV(B) 28.09º 0.43% 0.86% -
XYZ 47.66 45.47 26 -
YUV 179.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 220 170 126 0 0.23 0.43 0.14 28.09 0.57 0.68
Hex DC AA 7E 0 17 2B E 1C 39 44
Octal 334 252 176 0 27 53 16 34 71 104
Binary 11011100 10101010 1111110 0 10111 101011 1110 11100 111001 1000100

Color Harmonies of #DCAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA7E

Black with #DCAA7E

Text Example


Text Example

White with #DCAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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