Html Css Color HEX #DAA670 Tumbleweed

📋 copy color: '#DAA670'

red 218 ◦ green 166 ◦ blue 112

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

Shades of Tumbleweed #DAA670

Tints of Tumbleweed #DAA670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.47%

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 43.95%
G = 33.47%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAA670 (or 0xDAA670) is known color: Tumbleweed. HEX triplet: DA, A6 and 70. RGB value is (218,166,112). Sum of RGB (Red+Green+Blue) = 218+166+112=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA670 is #25598F. Grayscale: #AFAFAF. Windows color (decimal): -2447760 or 7382746. OLE color: 7382746.

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

Color convert

RGB 218 166 112 -
CMYK 0 0.24 0.49 0.15
HSL 30.57º 0.59% 0.65% -
HSV(B) 30.57º 0.49% 0.85% -
XYZ 45.47 43.35 21.3 -
YUV 175.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 218 166 112 0 0.24 0.49 0.15 30.57 0.59 0.65
Hex DA A6 70 0 18 31 F 1F 3B 41
Octal 332 246 160 0 30 61 17 37 73 101
Binary 11011010 10100110 1110000 0 11000 110001 1111 11111 111011 1000001

Color Harmonies of #DAA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA670

Black with #DAA670

Text Example


Text Example

White with #DAA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA670; }

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

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

background-color css

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

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

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

border-color css

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

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

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