#DAA670

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

Shades of Tumbleweed #DAA670

Tints of Tumbleweed #DAA670

Color information

#DAA670 (or 0xDAA670) is unknown color: approx Tumbleweed. HEX triplet: DA, A6 and 70. RGB value is (218,166,112). Sum of RGB (Red+Green+Blue) = 218+166+112=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA670 is #25598F. Grayscale: #AFAFAF. Windows color (decimal): -2447760 or 7382746. OLE color: 7382746.

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

Color convert

RGB218166112-
CMYK00.240.490.15
HSL30.57º58.89%64.71%-
HSV(B)30.57º48.62%85.49%-
XYZ45.4743.3521.3-
YUV175.3992.23158.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=43.95%
G=33.47%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816611200.240.490.1530.5758.8964.71
HexDAA67001831F1f3b41
Octal33224616003061173773101
Binary110110101010011011100000110001100011111111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA670; }

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

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

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

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

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

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

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

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