Html Css Color HEX #DAA078 Tumbleweed

📋 copy color: '#DAA078'

red 218 ◦ green 160 ◦ blue 120

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

Shades of Tumbleweed #DAA078

Tints of Tumbleweed #DAA078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 43.78%
G = 32.13%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAA078 (or 0xDAA078) is known color: Tumbleweed. HEX triplet: DA, A0 and 78. RGB value is (218,160,120). Sum of RGB (Red+Green+Blue) = 218+160+120=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA078 is #255F87. Grayscale: #ACACAC. Windows color (decimal): -2449288 or 7905498. OLE color: 7905498.

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

Color convert

RGB 218 160 120 -
CMYK 0 0.27 0.45 0.15
HSL 24.49º 0.57% 0.66% -
HSV(B) 24.49º 0.45% 0.85% -
XYZ 44.87 41.4 23.4 -
YUV 172.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 218 160 120 0 0.27 0.45 0.15 24.49 0.57 0.66
Hex DA A0 78 0 1B 2D F 18 39 42
Octal 332 240 170 0 33 55 17 30 71 102
Binary 11011010 10100000 1111000 0 11011 101101 1111 11000 111001 1000010

Color Harmonies of #DAA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA078

Black with #DAA078

Text Example


Text Example

White with #DAA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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