Html Css Color HEX #DAA481 Tumbleweed

📋 copy color: '#DAA481'

red 218 ◦ green 164 ◦ blue 129

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

Shades of Tumbleweed #DAA481

Tints of Tumbleweed #DAA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.09%

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 42.66%
G = 32.09%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAA481 (or 0xDAA481) is known color: Tumbleweed. HEX triplet: DA, A4 and 81. RGB value is (218,164,129). Sum of RGB (Red+Green+Blue) = 218+164+129=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA481 is #255B7E. Grayscale: #B0B0B0. Windows color (decimal): -2448255 or 8496346. OLE color: 8496346.

HSL color Cylindrical-coordinate representation of color #DAA481: hue angle of 23.6º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAA481 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 129 -
CMYK 0 0.25 0.41 0.15
HSL 23.6º 0.55% 0.68% -
HSV(B) 23.6º 0.41% 0.85% -
XYZ 46.15 43.04 26.64 -
YUV 176.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 218 164 129 0 0.25 0.41 0.15 23.6 0.55 0.68
Hex DA A4 81 0 19 29 F 18 37 44
Octal 332 244 201 0 31 51 17 30 67 104
Binary 11011010 10100100 10000001 0 11001 101001 1111 11000 110111 1000100

Color Harmonies of #DAA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA481

Black with #DAA481

Text Example


Text Example

White with #DAA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA481; }

 p { color: rgb(218,164,129); }

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

background-color css

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

 a { background-color: rgb(218,164,129); }

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

border-color css

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

 span { border-color: rgb(218,164,129); }

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