Html Css Color HEX #DAA170 Tumbleweed

📋 copy color: '#DAA170'

red 218 ◦ green 161 ◦ blue 112

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

Shades of Tumbleweed #DAA170

Tints of Tumbleweed #DAA170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.79%

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

R = 44.4%
G = 32.79%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAA170 (or 0xDAA170) is known color: Tumbleweed. HEX triplet: DA, A1 and 70. RGB value is (218,161,112). Sum of RGB (Red+Green+Blue) = 218+161+112=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA170 is #255E8F. Grayscale: #ACACAC. Windows color (decimal): -2449040 or 7381466. OLE color: 7381466.

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

Color convert

RGB 218 161 112 -
CMYK 0 0.26 0.49 0.15
HSL 27.74º 0.59% 0.65% -
HSV(B) 27.74º 0.49% 0.85% -
XYZ 44.58 41.57 21 -
YUV 172.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 218 161 112 0 0.26 0.49 0.15 27.74 0.59 0.65
Hex DA A1 70 0 1A 31 F 1C 3B 41
Octal 332 241 160 0 32 61 17 34 73 101
Binary 11011010 10100001 1110000 0 11010 110001 1111 11100 111011 1000001

Color Harmonies of #DAA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA170

Black with #DAA170

Text Example


Text Example

White with #DAA170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA170; }

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

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

background-color css

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

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

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

border-color css

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

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

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