Html Css Color HEX #DAA574 Tumbleweed

📋 copy color: '#DAA574'

red 218 ◦ green 165 ◦ blue 116

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

Shades of Tumbleweed #DAA574

Tints of Tumbleweed #DAA574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.07%

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

R = 43.69%
G = 33.07%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAA574 (or 0xDAA574) is known color: Tumbleweed. HEX triplet: DA, A5 and 74. RGB value is (218,165,116). Sum of RGB (Red+Green+Blue) = 218+165+116=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA574 is #255A8B. Grayscale: #AFAFAF. Windows color (decimal): -2448012 or 7644634. OLE color: 7644634.

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

Color convert

RGB 218 165 116 -
CMYK 0 0.24 0.47 0.15
HSL 28.82º 0.58% 0.65% -
HSV(B) 28.82º 0.47% 0.85% -
XYZ 45.52 43.08 22.44 -
YUV 175.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 218 165 116 0 0.24 0.47 0.15 28.82 0.58 0.65
Hex DA A5 74 0 18 2F F 1D 3A 41
Octal 332 245 164 0 30 57 17 35 72 101
Binary 11011010 10100101 1110100 0 11000 101111 1111 11101 111010 1000001

Color Harmonies of #DAA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA574

Black with #DAA574

Text Example


Text Example

White with #DAA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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