Html Css Color HEX #DAA482 Tumbleweed

📋 copy color: '#DAA482'

red 218 ◦ green 164 ◦ blue 130

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

Shades of Tumbleweed #DAA482

Tints of Tumbleweed #DAA482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 42.58%
G = 32.03%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAA482 (or 0xDAA482) is known color: Tumbleweed. HEX triplet: DA, A4 and 82. RGB value is (218,164,130). Sum of RGB (Red+Green+Blue) = 218+164+130=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA482 is #255B7D. Grayscale: #B0B0B0. Windows color (decimal): -2448254 or 8561882. OLE color: 8561882.

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

Color convert

RGB 218 164 130 -
CMYK 0 0.25 0.40 0.15
HSL 23.18º 0.54% 0.68% -
HSV(B) 23.18º 0.4% 0.85% -
XYZ 46.22 43.07 27 -
YUV 176.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 218 164 130 0 0.25 0.40 0.15 23.18 0.54 0.68
Hex DA A4 82 0 19 28 F 17 36 44
Octal 332 244 202 0 31 50 17 27 66 104
Binary 11011010 10100100 10000010 0 11001 101000 1111 10111 110110 1000100

Color Harmonies of #DAA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA482

Black with #DAA482

Text Example


Text Example

White with #DAA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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