Html Css Color HEX #DCAA7F Tumbleweed

📋 copy color: '#DCAA7F'

red 220 ◦ green 170 ◦ blue 127

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

Shades of Tumbleweed #DCAA7F

Tints of Tumbleweed #DCAA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.56%

R = 42.55%
G = 32.88%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCAA7F (or 0xDCAA7F) is known color: Tumbleweed. HEX triplet: DC, AA and 7F. RGB value is (220,170,127). Sum of RGB (Red+Green+Blue) = 220+170+127=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA7F is #235580. Grayscale: #B4B4B4. Windows color (decimal): -2315649 or 8366812. OLE color: 8366812.

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

Color convert

RGB 220 170 127 -
CMYK 0 0.23 0.42 0.14
HSL 27.74º 0.57% 0.68% -
HSV(B) 27.74º 0.42% 0.86% -
XYZ 47.72 45.5 26.35 -
YUV 180.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 220 170 127 0 0.23 0.42 0.14 27.74 0.57 0.68
Hex DC AA 7F 0 17 2A E 1C 39 44
Octal 334 252 177 0 27 52 16 34 71 104
Binary 11011100 10101010 1111111 0 10111 101010 1110 11100 111001 1000100

Color Harmonies of #DCAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA7F

Black with #DCAA7F

Text Example


Text Example

White with #DCAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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