Html Css Color HEX #D7A070 Tumbleweed

📋 copy color: '#D7A070'

red 215 ◦ green 160 ◦ blue 112

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

Shades of Tumbleweed #D7A070

Tints of Tumbleweed #D7A070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23%

R = 44.15%
G = 32.85%
B = 23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7A070 (or 0xD7A070) is known color: Tumbleweed. HEX triplet: D7, A0 and 70. RGB value is (215,160,112). Sum of RGB (Red+Green+Blue) = 215+160+112=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A070 is #285F8F. Grayscale: #ABABAB. Windows color (decimal): -2645904 or 7381207. OLE color: 7381207.

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

Color convert

RGB 215 160 112 -
CMYK 0 0.26 0.48 0.16
HSL 27.96º 0.56% 0.64% -
HSV(B) 27.96º 0.48% 0.84% -
XYZ 43.52 40.76 20.9 -
YUV 170.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 215 160 112 0 0.26 0.48 0.16 27.96 0.56 0.64
Hex D7 A0 70 0 1A 30 10 1C 38 40
Octal 327 240 160 0 32 60 20 34 70 100
Binary 11010111 10100000 1110000 0 11010 110000 10000 11100 111000 1000000

Color Harmonies of #D7A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A070

Black with #D7A070

Text Example


Text Example

White with #D7A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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