#DAA580

Color #DAA580 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DAA580

Tints of Tumbleweed #DAA580

Color information

#DAA580 (or 0xDAA580) is unknown color: approx Tumbleweed. HEX triplet: DA, A5 and 80. RGB value is (218,165,128). Sum of RGB (Red+Green+Blue) = 218+165+128=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA580 is #255A7F. Grayscale: #B0B0B0. Windows color (decimal): -2448000 or 8431066. OLE color: 8431066.

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

Color convert

RGB218165128-
CMYK00.240.410.15
HSL24.67º54.88%67.84%-
HSV(B)24.67º41.28%85.49%-
XYZ46.2643.3726.36-
YUV176.63100.56157.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=42.66%
G=32.29%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816512800.240.410.1524.6754.8867.84
HexDAA58001829F193744
Octal33224520003051173167104
Binary1101101010100101100000000110001010011111110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA580; }

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

 H1.HeaderClassName
 {
   color: #DAA580;
 }
 .AnyTagClassName
 {
   color: #DAA580;
 }
</style>
background-color css

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

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

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

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

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

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