Html Css Color HEX #DAA986 Tumbleweed

📋 copy color: '#DAA986'

red 218 ◦ green 169 ◦ blue 134

#DAA986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #DAA986

Tints of Tumbleweed #DAA986

RGB

 RED value IS 218 (85.55% from 255) = 41.84%

 GREEN value IS 169 (66.41% from 255) = 32.44%

 BLUE value IS 134 (52.73% from 255) = 25.72%

R = 41.84%
G = 32.44%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAA986 (or 0xDAA986) is known color: Tumbleweed. HEX triplet: DA, A9 and 86. RGB value is (218,169,134). Sum of RGB (Red+Green+Blue) = 218+169+134=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA986 is #255679. Grayscale: #B3B3B3. Windows color (decimal): -2446970 or 8825306. OLE color: 8825306.

HSL color Cylindrical-coordinate representation of color #DAA986: hue angle of 25º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAA986 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 134 -
CMYK 0 0.22 0.39 0.15
HSL 25º 0.53% 0.69% -
HSV(B) 25º 0.39% 0.85% -
XYZ 47.4 45 28.74 -
YUV 179.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 218 169 134 0 0.22 0.39 0.15 25 0.53 0.69
Hex DA A9 86 0 16 27 F 19 35 45
Octal 332 251 206 0 26 47 17 31 65 105
Binary 11011010 10101001 10000110 0 10110 100111 1111 11001 110101 1000101

Color Harmonies of #DAA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA986

Black with #DAA986

Text Example


Text Example

White with #DAA986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA986; }

 p { color: rgb(218,169,134); }

 H1.HeaderClassName
 {
   color: #DAA986;
 }
 .AnyTagClassName
 {
   color: #DAA986;
 }
</style>

background-color css

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

 a { background-color: rgb(218,169,134); }

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

border-color css

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

 span { border-color: rgb(218,169,134); }

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