Html Css Color HEX #DAA774 Tumbleweed

📋 copy color: '#DAA774'

red 218 ◦ green 167 ◦ blue 116

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

Shades of Tumbleweed #DAA774

Tints of Tumbleweed #DAA774

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.33%

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

R = 43.51%
G = 33.33%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAA774 (or 0xDAA774) is known color: Tumbleweed. HEX triplet: DA, A7 and 74. RGB value is (218,167,116). Sum of RGB (Red+Green+Blue) = 218+167+116=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA774 is #25588B. Grayscale: #B0B0B0. Windows color (decimal): -2447500 or 7645146. OLE color: 7645146.

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

Color convert

RGB 218 167 116 -
CMYK 0 0.23 0.47 0.15
HSL 30º 0.58% 0.65% -
HSV(B) 30º 0.47% 0.85% -
XYZ 45.88 43.8 22.56 -
YUV 176.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 218 167 116 0 0.23 0.47 0.15 30 0.58 0.65
Hex DA A7 74 0 17 2F F 1E 3A 41
Octal 332 247 164 0 27 57 17 36 72 101
Binary 11011010 10100111 1110100 0 10111 101111 1111 11110 111010 1000001

Color Harmonies of #DAA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA774

Black with #DAA774

Text Example


Text Example

White with #DAA774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA774; }

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

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

background-color css

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

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

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

border-color css

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

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

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