#DAA67D

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

Shades of Tumbleweed #DAA67D

Tints of Tumbleweed #DAA67D

Color information

#DAA67D (or 0xDAA67D) is unknown color: approx Tumbleweed. HEX triplet: DA, A6 and 7D. RGB value is (218,166,125). Sum of RGB (Red+Green+Blue) = 218+166+125=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA67D is #255982. Grayscale: #B1B1B1. Windows color (decimal): -2447747 or 8234714. OLE color: 8234714.

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

Color convert

RGB218166125-
CMYK00.240.430.15
HSL26.45º55.69%67.25%-
HSV(B)26.45º42.66%85.49%-
XYZ46.2543.6625.39-
YUV176.8798.73157.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=42.83%
G=32.61%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816612500.240.430.1526.4555.6967.25
HexDAA67D0182BF1a3843
Octal33224617503053173270103
Binary110110101010011011111010110001010111111110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA67D; }

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

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

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

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

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

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

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

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