Html Css Color HEX #DAA685 Tumbleweed

📋 copy color: '#DAA685'

red 218 ◦ green 166 ◦ blue 133

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

Shades of Tumbleweed #DAA685

Tints of Tumbleweed #DAA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.11%

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

R = 42.17%
G = 32.11%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAA685 (or 0xDAA685) is known color: Tumbleweed. HEX triplet: DA, A6 and 85. RGB value is (218,166,133). Sum of RGB (Red+Green+Blue) = 218+166+133=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA685 is #25597A. Grayscale: #B1B1B1. Windows color (decimal): -2447739 or 8759002. OLE color: 8759002.

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

Color convert

RGB 218 166 133 -
CMYK 0 0.24 0.39 0.15
HSL 23.29º 0.53% 0.69% -
HSV(B) 23.29º 0.39% 0.85% -
XYZ 46.78 43.87 28.19 -
YUV 177.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 218 166 133 0 0.24 0.39 0.15 23.29 0.53 0.69
Hex DA A6 85 0 18 27 F 17 35 45
Octal 332 246 205 0 30 47 17 27 65 105
Binary 11011010 10100110 10000101 0 11000 100111 1111 10111 110101 1000101

Color Harmonies of #DAA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA685

Black with #DAA685

Text Example


Text Example

White with #DAA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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