Html Css Color HEX #DAA374 Tumbleweed

📋 copy color: '#DAA374'

red 218 ◦ green 163 ◦ blue 116

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

Shades of Tumbleweed #DAA374

Tints of Tumbleweed #DAA374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 43.86%
G = 32.8%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAA374 (or 0xDAA374) is known color: Tumbleweed. HEX triplet: DA, A3 and 74. RGB value is (218,163,116). Sum of RGB (Red+Green+Blue) = 218+163+116=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA374 is #255C8B. Grayscale: #AEAEAE. Windows color (decimal): -2448524 or 7644122. OLE color: 7644122.

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

Color convert

RGB 218 163 116 -
CMYK 0 0.25 0.47 0.15
HSL 27.65º 0.58% 0.65% -
HSV(B) 27.65º 0.47% 0.85% -
XYZ 45.16 42.36 22.32 -
YUV 174.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 218 163 116 0 0.25 0.47 0.15 27.65 0.58 0.65
Hex DA A3 74 0 19 2F F 1C 3A 41
Octal 332 243 164 0 31 57 17 34 72 101
Binary 11011010 10100011 1110100 0 11001 101111 1111 11100 111010 1000001

Color Harmonies of #DAA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA374

Black with #DAA374

Text Example


Text Example

White with #DAA374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA374; }

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

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

background-color css

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

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

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

border-color css

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

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

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