Html Css Color HEX #DAAA8A Tumbleweed

📋 copy color: '#DAAA8A'

red 218 ◦ green 170 ◦ blue 138

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

Shades of Tumbleweed #DAAA8A

Tints of Tumbleweed #DAAA8A

RGB

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

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

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

R = 41.44%
G = 32.32%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAAA8A (or 0xDAAA8A) is known color: Tumbleweed. HEX triplet: DA, AA and 8A. RGB value is (218,170,138). Sum of RGB (Red+Green+Blue) = 218+170+138=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA8A is #255575. Grayscale: #B4B4B4. Windows color (decimal): -2446710 or 9087706. OLE color: 9087706.

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

Color convert

RGB 218 170 138 -
CMYK 0 0.22 0.37 0.15
HSL 24º 0.52% 0.7% -
HSV(B) 24º 0.37% 0.85% -
XYZ 47.88 45.49 30.3 -
YUV 180.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 218 170 138 0 0.22 0.37 0.15 24 0.52 0.7
Hex DA AA 8A 0 16 25 F 18 34 46
Octal 332 252 212 0 26 45 17 30 64 106
Binary 11011010 10101010 10001010 0 10110 100101 1111 11000 110100 1000110

Color Harmonies of #DAAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA8A

Black with #DAAA8A

Text Example


Text Example

White with #DAAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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