#DAA370

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

Shades of Tumbleweed #DAA370

Tints of Tumbleweed #DAA370

Color information

#DAA370 (or 0xDAA370) is unknown color: approx Tumbleweed. HEX triplet: DA, A3 and 70. RGB value is (218,163,112). Sum of RGB (Red+Green+Blue) = 218+163+112=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA370 is #255C8F. Grayscale: #ADADAD. Windows color (decimal): -2448528 or 7381978. OLE color: 7381978.

HSL color Cylindrical-coordinate representation of color #DAA370: hue angle of 28.87º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAA370 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB218163112-
CMYK00.250.490.15
HSL28.87º58.89%64.71%-
HSV(B)28.87º48.62%85.49%-
XYZ44.9442.2721.12-
YUV173.6393.22159.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=44.22%
G=33.06%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816311200.250.490.1528.8758.8964.71
HexDAA37001931F1d3b41
Octal33224316003161173573101
Binary110110101010001111100000110011100011111111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA370; }

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

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

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

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

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

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

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

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