Html Css Color HEX #DAA085 Tumbleweed

📋 copy color: '#DAA085'

red 218 ◦ green 160 ◦ blue 133

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

Shades of Tumbleweed #DAA085

Tints of Tumbleweed #DAA085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 42.66%
G = 31.31%
B = 26.03%

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

#DAA085 (or 0xDAA085) is known color: Tumbleweed. HEX triplet: DA, A0 and 85. RGB value is (218,160,133). Sum of RGB (Red+Green+Blue) = 218+160+133=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA085 is #255F7A. Grayscale: #AEAEAE. Windows color (decimal): -2449275 or 8757466. OLE color: 8757466.

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

Color convert

RGB 218 160 133 -
CMYK 0 0.27 0.39 0.15
HSL 19.06º 0.53% 0.69% -
HSV(B) 19.06º 0.39% 0.85% -
XYZ 45.72 41.74 27.84 -
YUV 174.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 218 160 133 0 0.27 0.39 0.15 19.06 0.53 0.69
Hex DA A0 85 0 1B 27 F 13 35 45
Octal 332 240 205 0 33 47 17 23 65 105
Binary 11011010 10100000 10000101 0 11011 100111 1111 10011 110101 1000101

Color Harmonies of #DAA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA085

Black with #DAA085

Text Example


Text Example

White with #DAA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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