Html Css Color HEX #D7A072 Tumbleweed

📋 copy color: '#D7A072'

red 215 ◦ green 160 ◦ blue 114

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

Shades of Tumbleweed #D7A072

Tints of Tumbleweed #D7A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 43.97%
G = 32.72%
B = 23.31%

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

#D7A072 (or 0xD7A072) is known color: Tumbleweed. HEX triplet: D7, A0 and 72. RGB value is (215,160,114). Sum of RGB (Red+Green+Blue) = 215+160+114=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A072 is #285F8D. Grayscale: #ABABAB. Windows color (decimal): -2645902 or 7512279. OLE color: 7512279.

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

Color convert

RGB 215 160 114 -
CMYK 0 0.26 0.47 0.16
HSL 27.33º 0.56% 0.65% -
HSV(B) 27.33º 0.47% 0.84% -
XYZ 43.63 40.8 21.5 -
YUV 171.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 215 160 114 0 0.26 0.47 0.16 27.33 0.56 0.65
Hex D7 A0 72 0 1A 2F 10 1B 38 41
Octal 327 240 162 0 32 57 20 33 70 101
Binary 11010111 10100000 1110010 0 11010 101111 10000 11011 111000 1000001

Color Harmonies of #D7A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A072

Black with #D7A072

Text Example


Text Example

White with #D7A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A072; }

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

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

background-color css

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

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

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

border-color css

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

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

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