Html Css Color HEX #DAA780 Tumbleweed

📋 copy color: '#DAA780'

red 218 ◦ green 167 ◦ blue 128

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

Shades of Tumbleweed #DAA780

Tints of Tumbleweed #DAA780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.55%

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

R = 42.5%
G = 32.55%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAA780 (or 0xDAA780) is known color: Tumbleweed. HEX triplet: DA, A7 and 80. RGB value is (218,167,128). Sum of RGB (Red+Green+Blue) = 218+167+128=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA780 is #25587F. Grayscale: #B2B2B2. Windows color (decimal): -2447488 or 8431578. OLE color: 8431578.

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

Color convert

RGB 218 167 128 -
CMYK 0 0.23 0.41 0.15
HSL 26º 0.55% 0.68% -
HSV(B) 26º 0.41% 0.85% -
XYZ 46.63 44.1 26.48 -
YUV 177.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 218 167 128 0 0.23 0.41 0.15 26 0.55 0.68
Hex DA A7 80 0 17 29 F 1A 37 44
Octal 332 247 200 0 27 51 17 32 67 104
Binary 11011010 10100111 10000000 0 10111 101001 1111 11010 110111 1000100

Color Harmonies of #DAA780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA780

Black with #DAA780

Text Example


Text Example

White with #DAA780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA780; }

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

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

background-color css

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

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

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

border-color css

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

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

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