#DAA88D

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

Shades of Tumbleweed #DAA88D

Tints of Tumbleweed #DAA88D

Color information

#DAA88D (or 0xDAA88D) is unknown color: approx Tumbleweed. HEX triplet: DA, A8 and 8D. RGB value is (218,168,141). Sum of RGB (Red+Green+Blue) = 218+168+141=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA88D is #255772. Grayscale: #B4B4B4. Windows color (decimal): -2447219 or 9283802. OLE color: 9283802.

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

Color convert

RGB218168141-
CMYK00.230.350.15
HSL21.04º50.99%70.39%-
HSV(B)21.04º35.32%85.49%-
XYZ47.7244.8331.34-
YUV179.87106.06155.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=41.37%
G=31.88%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816814100.230.350.1521.0450.9970.39
HexDAA88D01723F153346
Octal33225021502743172563106
Binary1101101010101000100011010101111000111111101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA88D; }

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

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

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

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

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

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

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

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