Html Css Color HEX #DAA081 Tumbleweed

📋 copy color: '#DAA081'

red 218 ◦ green 160 ◦ blue 129

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

Shades of Tumbleweed #DAA081

Tints of Tumbleweed #DAA081

RGB

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

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

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

R = 43%
G = 31.56%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAA081 (or 0xDAA081) is known color: Tumbleweed. HEX triplet: DA, A0 and 81. RGB value is (218,160,129). Sum of RGB (Red+Green+Blue) = 218+160+129=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA081 is #255F7E. Grayscale: #ADADAD. Windows color (decimal): -2449279 or 8495322. OLE color: 8495322.

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

Color convert

RGB 218 160 129 -
CMYK 0 0.27 0.41 0.15
HSL 20.9º 0.55% 0.68% -
HSV(B) 20.9º 0.41% 0.85% -
XYZ 45.45 41.63 26.41 -
YUV 173.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 218 160 129 0 0.27 0.41 0.15 20.9 0.55 0.68
Hex DA A0 81 0 1B 29 F 15 37 44
Octal 332 240 201 0 33 51 17 25 67 104
Binary 11011010 10100000 10000001 0 11011 101001 1111 10101 110111 1000100

Color Harmonies of #DAA081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA081

Black with #DAA081

Text Example


Text Example

White with #DAA081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA081; }

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

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

background-color css

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

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

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

border-color css

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

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

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