Html Css Color HEX #DAA376 Tumbleweed

📋 copy color: '#DAA376'

red 218 ◦ green 163 ◦ blue 118

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

Shades of Tumbleweed #DAA376

Tints of Tumbleweed #DAA376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 43.69%
G = 32.67%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAA376 (or 0xDAA376) is known color: Tumbleweed. HEX triplet: DA, A3 and 76. RGB value is (218,163,118). Sum of RGB (Red+Green+Blue) = 218+163+118=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA376 is #255C89. Grayscale: #AEAEAE. Windows color (decimal): -2448522 or 7775194. OLE color: 7775194.

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

Color convert

RGB 218 163 118 -
CMYK 0 0.25 0.46 0.15
HSL 27º 0.57% 0.66% -
HSV(B) 27º 0.46% 0.85% -
XYZ 45.28 42.41 22.94 -
YUV 174.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 218 163 118 0 0.25 0.46 0.15 27 0.57 0.66
Hex DA A3 76 0 19 2E F 1B 39 42
Octal 332 243 166 0 31 56 17 33 71 102
Binary 11011010 10100011 1110110 0 11001 101110 1111 11011 111001 1000010

Color Harmonies of #DAA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA376

Black with #DAA376

Text Example


Text Example

White with #DAA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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