Html Css Color HEX #DAA080 Tumbleweed

📋 copy color: '#DAA080'

red 218 ◦ green 160 ◦ blue 128

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

Shades of Tumbleweed #DAA080

Tints of Tumbleweed #DAA080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

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

R = 43.08%
G = 31.62%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAA080 (or 0xDAA080) is known color: Tumbleweed. HEX triplet: DA, A0 and 80. RGB value is (218,160,128). Sum of RGB (Red+Green+Blue) = 218+160+128=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA080 is #255F7F. Grayscale: #ADADAD. Windows color (decimal): -2449280 or 8429786. OLE color: 8429786.

HSL color Cylindrical-coordinate representation of color #DAA080: hue angle of 21.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 #DAA080 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 128 -
CMYK 0 0.27 0.41 0.15
HSL 21.33º 0.55% 0.68% -
HSV(B) 21.33º 0.41% 0.85% -
XYZ 45.38 41.61 26.06 -
YUV 173.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 218 160 128 0 0.27 0.41 0.15 21.33 0.55 0.68
Hex DA A0 80 0 1B 29 F 15 37 44
Octal 332 240 200 0 33 51 17 25 67 104
Binary 11011010 10100000 10000000 0 11011 101001 1111 10101 110111 1000100

Color Harmonies of #DAA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA080

Black with #DAA080

Text Example


Text Example

White with #DAA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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