#DAA07F

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

Shades of Tumbleweed #DAA07F

Tints of Tumbleweed #DAA07F

Color information

#DAA07F (or 0xDAA07F) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 7F. RGB value is (218,160,127). Sum of RGB (Red+Green+Blue) = 218+160+127=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA07F is #255F80. Grayscale: #ADADAD. Windows color (decimal): -2449281 or 8364250. OLE color: 8364250.

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

Color convert

RGB218160127-
CMYK00.270.420.15
HSL21.76º55.15%67.65%-
HSV(B)21.76º41.74%85.49%-
XYZ45.3241.5825.72-
YUV173.58101.72159.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 127 (50% from 255) = 25.15%
R=43.17%
G=31.68%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816012700.270.420.1521.7655.1567.65
HexDAA07F01B2AF163744
Octal33224017703352172667104
Binary110110101010000011111110110111010101111101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA07F; }

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

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

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

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

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

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

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

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