Html Css Color HEX #DAA472 Tumbleweed

📋 copy color: '#DAA472'

red 218 ◦ green 164 ◦ blue 114

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

Shades of Tumbleweed #DAA472

Tints of Tumbleweed #DAA472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.98%

R = 43.95%
G = 33.06%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAA472 (or 0xDAA472) is known color: Tumbleweed. HEX triplet: DA, A4 and 72. RGB value is (218,164,114). Sum of RGB (Red+Green+Blue) = 218+164+114=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA472 is #255B8D. Grayscale: #AEAEAE. Windows color (decimal): -2448270 or 7513306. OLE color: 7513306.

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

Color convert

RGB 218 164 114 -
CMYK 0 0.25 0.48 0.15
HSL 28.85º 0.58% 0.65% -
HSV(B) 28.85º 0.48% 0.85% -
XYZ 45.23 42.67 21.77 -
YUV 174.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 218 164 114 0 0.25 0.48 0.15 28.85 0.58 0.65
Hex DA A4 72 0 19 30 F 1D 3A 41
Octal 332 244 162 0 31 60 17 35 72 101
Binary 11011010 10100100 1110010 0 11001 110000 1111 11101 111010 1000001

Color Harmonies of #DAA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA472

Black with #DAA472

Text Example


Text Example

White with #DAA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA472; }

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

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

background-color css

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

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

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

border-color css

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

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

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