Html Css Color HEX #DAA072 Tumbleweed

📋 copy color: '#DAA072'

red 218 ◦ green 160 ◦ blue 114

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

Shades of Tumbleweed #DAA072

Tints of Tumbleweed #DAA072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.52%

 BLUE value IS 114 (44.92% from 255) = 23.17%

R = 44.31%
G = 32.52%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAA072 (or 0xDAA072) is known color: Tumbleweed. HEX triplet: DA, A0 and 72. RGB value is (218,160,114). Sum of RGB (Red+Green+Blue) = 218+160+114=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA072 is #255F8D. Grayscale: #ACACAC. Windows color (decimal): -2449294 or 7512282. OLE color: 7512282.

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

Color convert

RGB 218 160 114 -
CMYK 0 0.27 0.48 0.15
HSL 26.54º 0.58% 0.65% -
HSV(B) 26.54º 0.48% 0.85% -
XYZ 44.52 41.26 21.54 -
YUV 172.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 218 160 114 0 0.27 0.48 0.15 26.54 0.58 0.65
Hex DA A0 72 0 1B 30 F 1B 3A 41
Octal 332 240 162 0 33 60 17 33 72 101
Binary 11011010 10100000 1110010 0 11011 110000 1111 11011 111010 1000001

Color Harmonies of #DAA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA072

Black with #DAA072

Text Example


Text Example

White with #DAA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA072; }

 p { color: rgb(218,160,114); }

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

background-color css

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

 a { background-color: rgb(218,160,114); }

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

border-color css

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

 span { border-color: rgb(218,160,114); }

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