Html Css Color HEX #DAA385 Tumbleweed

📋 copy color: '#DAA385'

red 218 ◦ green 163 ◦ blue 133

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

Shades of Tumbleweed #DAA385

Tints of Tumbleweed #DAA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.71%

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

R = 42.41%
G = 31.71%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAA385 (or 0xDAA385) is known color: Tumbleweed. HEX triplet: DA, A3 and 85. RGB value is (218,163,133). Sum of RGB (Red+Green+Blue) = 218+163+133=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA385 is #255C7A. Grayscale: #B0B0B0. Windows color (decimal): -2448507 or 8758234. OLE color: 8758234.

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

Color convert

RGB 218 163 133 -
CMYK 0 0.25 0.39 0.15
HSL 21.18º 0.53% 0.69% -
HSV(B) 21.18º 0.39% 0.85% -
XYZ 46.24 42.79 28.01 -
YUV 176.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 218 163 133 0 0.25 0.39 0.15 21.18 0.53 0.69
Hex DA A3 85 0 19 27 F 15 35 45
Octal 332 243 205 0 31 47 17 25 65 105
Binary 11011010 10100011 10000101 0 11001 100111 1111 10101 110101 1000101

Color Harmonies of #DAA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA385

Black with #DAA385

Text Example


Text Example

White with #DAA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA385; }

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

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

background-color css

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

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

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

border-color css

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

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

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