Html Css Color HEX #DAA980 Tumbleweed

📋 copy color: '#DAA980'

red 218 ◦ green 169 ◦ blue 128

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

Shades of Tumbleweed #DAA980

Tints of Tumbleweed #DAA980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.82%

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 42.33%
G = 32.82%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAA980 (or 0xDAA980) is known color: Tumbleweed. HEX triplet: DA, A9 and 80. RGB value is (218,169,128). Sum of RGB (Red+Green+Blue) = 218+169+128=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA980 is #25567F. Grayscale: #B3B3B3. Windows color (decimal): -2446976 or 8432090. OLE color: 8432090.

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

Color convert

RGB 218 169 128 -
CMYK 0 0.22 0.41 0.15
HSL 27.33º 0.55% 0.68% -
HSV(B) 27.33º 0.41% 0.85% -
XYZ 47 44.84 26.6 -
YUV 178.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 218 169 128 0 0.22 0.41 0.15 27.33 0.55 0.68
Hex DA A9 80 0 16 29 F 1B 37 44
Octal 332 251 200 0 26 51 17 33 67 104
Binary 11011010 10101001 10000000 0 10110 101001 1111 11011 110111 1000100

Color Harmonies of #DAA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA980

Black with #DAA980

Text Example


Text Example

White with #DAA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA980; }

 p { color: rgb(218,169,128); }

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

background-color css

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

 a { background-color: rgb(218,169,128); }

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

border-color css

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

 span { border-color: rgb(218,169,128); }

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