#DAA378

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

Shades of Tumbleweed #DAA378

Tints of Tumbleweed #DAA378

Color information

#DAA378 (or 0xDAA378) is unknown color: approx Tumbleweed. HEX triplet: DA, A3 and 78. RGB value is (218,163,120). Sum of RGB (Red+Green+Blue) = 218+163+120=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA378 is #255C87. Grayscale: #AEAEAE. Windows color (decimal): -2448520 or 7906266. OLE color: 7906266.

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

Color convert

RGB218163120-
CMYK00.250.450.15
HSL26.33º56.98%66.27%-
HSV(B)26.33º44.95%85.49%-
XYZ45.442.4623.57-
YUV174.5497.22159-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=43.51%
G=32.53%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816312000.250.450.1526.3356.9866.27
HexDAA3780192DF1a3942
Octal33224317003155173271102
Binary110110101010001111110000110011011011111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA378; }

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

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

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

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

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

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

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

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