Html Css Color HEX #DAA084 Tumbleweed

📋 copy color: '#DAA084'

red 218 ◦ green 160 ◦ blue 132

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

Shades of Tumbleweed #DAA084

Tints of Tumbleweed #DAA084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.88%

R = 42.75%
G = 31.37%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAA084 (or 0xDAA084) is known color: Tumbleweed. HEX triplet: DA, A0 and 84. RGB value is (218,160,132). Sum of RGB (Red+Green+Blue) = 218+160+132=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA084 is #255F7B. Grayscale: #AEAEAE. Windows color (decimal): -2449276 or 8691930. OLE color: 8691930.

HSL color Cylindrical-coordinate representation of color #DAA084: hue angle of 19.53º degrees, saturation: 0.54, 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 #DAA084 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 132 -
CMYK 0 0.27 0.39 0.15
HSL 19.53º 0.54% 0.69% -
HSV(B) 19.53º 0.39% 0.85% -
XYZ 45.65 41.71 27.48 -
YUV 174.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 218 160 132 0 0.27 0.39 0.15 19.53 0.54 0.69
Hex DA A0 84 0 1B 27 F 14 36 45
Octal 332 240 204 0 33 47 17 24 66 105
Binary 11011010 10100000 10000100 0 11011 100111 1111 10100 110110 1000101

Color Harmonies of #DAA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA084

Black with #DAA084

Text Example


Text Example

White with #DAA084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA084; }

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

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

background-color css

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

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

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

border-color css

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

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

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