#DAA68D

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

Shades of Tumbleweed #DAA68D

Tints of Tumbleweed #DAA68D

Color information

#DAA68D (or 0xDAA68D) is unknown color: approx Tumbleweed. HEX triplet: DA, A6 and 8D. RGB value is (218,166,141). Sum of RGB (Red+Green+Blue) = 218+166+141=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA68D is #255972. Grayscale: #B2B2B2. Windows color (decimal): -2447731 or 9283290. OLE color: 9283290.

HSL color Cylindrical-coordinate representation of color #DAA68D: hue angle of 19.48º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA68D is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218166141-
CMYK00.240.350.15
HSL19.48º50.99%70.39%-
HSV(B)19.48º35.32%85.49%-
XYZ47.3644.131.22-
YUV178.7106.73156.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=41.52%
G=31.62%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816614100.240.350.1519.4850.9970.39
HexDAA68D01823F133346
Octal33224621503043172363106
Binary1101101010100110100011010110001000111111100111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA68D; }

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

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

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

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

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

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

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

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