Html Css Color HEX #D8A071 Tumbleweed

📋 copy color: '#D8A071'

red 216 ◦ green 160 ◦ blue 113

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

Shades of Tumbleweed #D8A071

Tints of Tumbleweed #D8A071

RGB

 RED value IS 216 (84.77% from 255) = 44.17%

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

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 44.17%
G = 32.72%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8A071 (or 0xD8A071) is known color: Tumbleweed. HEX triplet: D8, A0 and 71. RGB value is (216,160,113). Sum of RGB (Red+Green+Blue) = 216+160+113=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A071 is #275F8E. Grayscale: #ABABAB. Windows color (decimal): -2580367 or 7446744. OLE color: 7446744.

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

Color convert

RGB 216 160 113 -
CMYK 0 0.26 0.48 0.15
HSL 27.38º 0.57% 0.65% -
HSV(B) 27.38º 0.48% 0.85% -
XYZ 43.87 40.93 21.21 -
YUV 171.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 216 160 113 0 0.26 0.48 0.15 27.38 0.57 0.65
Hex D8 A0 71 0 1A 30 F 1B 39 41
Octal 330 240 161 0 32 60 17 33 71 101
Binary 11011000 10100000 1110001 0 11010 110000 1111 11011 111001 1000001

Color Harmonies of #D8A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A071

Black with #D8A071

Text Example


Text Example

White with #D8A071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A071; }

 p { color: rgb(216,160,113); }

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

background-color css

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

 a { background-color: rgb(216,160,113); }

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

border-color css

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

 span { border-color: rgb(216,160,113); }

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