#DAA07D

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

Shades of Tumbleweed #DAA07D

Tints of Tumbleweed #DAA07D

Color information

#DAA07D (or 0xDAA07D) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 7D. RGB value is (218,160,125). Sum of RGB (Red+Green+Blue) = 218+160+125=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA07D is #255F82. Grayscale: #ADADAD. Windows color (decimal): -2449283 or 8233178. OLE color: 8233178.

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

Color convert

RGB218160125-
CMYK00.270.430.15
HSL22.58º55.69%67.25%-
HSV(B)22.58º42.66%85.49%-
XYZ45.1941.5325.04-
YUV173.35100.72159.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=43.34%
G=31.81%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816012500.270.430.1522.5855.6967.25
HexDAA07D01B2BF173843
Octal33224017503353172770103
Binary110110101010000011111010110111010111111101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA07D; }

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

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

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

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

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

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

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

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