#DAA381

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

Shades of Tumbleweed #DAA381

Tints of Tumbleweed #DAA381

Color information

#DAA381 (or 0xDAA381) is unknown color: approx Tumbleweed. HEX triplet: DA, A3 and 81. RGB value is (218,163,129). Sum of RGB (Red+Green+Blue) = 218+163+129=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA381 is #255C7E. Grayscale: #AFAFAF. Windows color (decimal): -2448511 or 8496090. OLE color: 8496090.

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

Color convert

RGB218163129-
CMYK00.250.410.15
HSL22.92º54.6%68.04%-
HSV(B)22.92º40.83%85.49%-
XYZ45.9742.6826.58-
YUV175.57101.72158.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=42.75%
G=31.96%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816312900.250.410.1522.9254.668.04
HexDAA38101929F173744
Octal33224320103151172767104
Binary1101101010100011100000010110011010011111101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA381; }

 p { color: rgb(218,163,129); }

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

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

 a { background-color: rgb(218,163,129); }

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

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

 span { border-color: rgb(218,163,129); }

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