Html Css Color HEX #D9A074 Tumbleweed

📋 copy color: '#D9A074'

red 217 ◦ green 160 ◦ blue 116

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

Shades of Tumbleweed #D9A074

Tints of Tumbleweed #D9A074

RGB

 RED value IS 217 (85.16% from 255) = 44.02%

 GREEN value IS 160 (62.89% from 255) = 32.45%

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

R = 44.02%
G = 32.45%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9A074 (or 0xD9A074) is known color: Tumbleweed. HEX triplet: D9, A0 and 74. RGB value is (217,160,116). Sum of RGB (Red+Green+Blue) = 217+160+116=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A074 is #265F8B. Grayscale: #ACACAC. Windows color (decimal): -2514828 or 7643353. OLE color: 7643353.

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

Color convert

RGB 217 160 116 -
CMYK 0 0.26 0.47 0.15
HSL 26.14º 0.57% 0.65% -
HSV(B) 26.14º 0.47% 0.85% -
XYZ 44.34 41.15 22.13 -
YUV 172.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 217 160 116 0 0.26 0.47 0.15 26.14 0.57 0.65
Hex D9 A0 74 0 1A 2F F 1A 39 41
Octal 331 240 164 0 32 57 17 32 71 101
Binary 11011001 10100000 1110100 0 11010 101111 1111 11010 111001 1000001

Color Harmonies of #D9A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A074

Black with #D9A074

Text Example


Text Example

White with #D9A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A074; }

 p { color: rgb(217,160,116); }

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

background-color css

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

 a { background-color: rgb(217,160,116); }

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

border-color css

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

 span { border-color: rgb(217,160,116); }

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