Html Css Color HEX #DAAA8C Tumbleweed

📋 copy color: '#DAAA8C'

red 218 ◦ green 170 ◦ blue 140

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

Shades of Tumbleweed #DAAA8C

Tints of Tumbleweed #DAAA8C

RGB

 RED value IS 218 (85.55% from 255) = 41.29%

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

 BLUE value IS 140 (55.08% from 255) = 26.52%

R = 41.29%
G = 32.2%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAAA8C (or 0xDAAA8C) is known color: Tumbleweed. HEX triplet: DA, AA and 8C. RGB value is (218,170,140). Sum of RGB (Red+Green+Blue) = 218+170+140=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA8C is #255573. Grayscale: #B5B5B5. Windows color (decimal): -2446708 or 9218778. OLE color: 9218778.

HSL color Cylindrical-coordinate representation of color #DAAA8C: hue angle of 23.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAAA8C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 140 -
CMYK 0 0.22 0.36 0.15
HSL 23.08º 0.51% 0.7% -
HSV(B) 23.08º 0.36% 0.85% -
XYZ 48.02 45.55 31.07 -
YUV 180.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 218 170 140 0 0.22 0.36 0.15 23.08 0.51 0.7
Hex DA AA 8C 0 16 24 F 17 33 46
Octal 332 252 214 0 26 44 17 27 63 106
Binary 11011010 10101010 10001100 0 10110 100100 1111 10111 110011 1000110

Color Harmonies of #DAAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA8C

Black with #DAAA8C

Text Example


Text Example

White with #DAAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA8C; }

 p { color: rgb(218,170,140); }

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

background-color css

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

 a { background-color: rgb(218,170,140); }

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

border-color css

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

 span { border-color: rgb(218,170,140); }

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