Html Css Color HEX #D7A071 Tumbleweed

📋 copy color: '#D7A071'

red 215 ◦ green 160 ◦ blue 113

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

Shades of Tumbleweed #D7A071

Tints of Tumbleweed #D7A071

RGB

 RED value IS 215 (84.38% from 255) = 44.06%

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

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

R = 44.06%
G = 32.79%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7A071 (or 0xD7A071) is known color: Tumbleweed. HEX triplet: D7, A0 and 71. RGB value is (215,160,113). Sum of RGB (Red+Green+Blue) = 215+160+113=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A071 is #285F8E. Grayscale: #ABABAB. Windows color (decimal): -2645903 or 7446743. OLE color: 7446743.

HSL color Cylindrical-coordinate representation of color #D7A071: hue angle of 27.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7A071 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 113 -
CMYK 0 0.26 0.47 0.16
HSL 27.65º 0.56% 0.64% -
HSV(B) 27.65º 0.47% 0.84% -
XYZ 43.58 40.78 21.2 -
YUV 171.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 215 160 113 0 0.26 0.47 0.16 27.65 0.56 0.64
Hex D7 A0 71 0 1A 2F 10 1C 38 40
Octal 327 240 161 0 32 57 20 34 70 100
Binary 11010111 10100000 1110001 0 11010 101111 10000 11100 111000 1000000

Color Harmonies of #D7A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A071

Black with #D7A071

Text Example


Text Example

White with #D7A071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A071; }

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

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

background-color css

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

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

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

border-color css

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

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

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