#D7A275

Color #D7A275 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #D7A275

Tints of Tumbleweed #D7A275

Color information

#D7A275 (or 0xD7A275) is unknown color: approx Tumbleweed. HEX triplet: D7, A2 and 75. RGB value is (215,162,117). Sum of RGB (Red+Green+Blue) = 215+162+117=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A275 is #285D8A. Grayscale: #ACACAC. Windows color (decimal): -2645387 or 7709399. OLE color: 7709399.

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

Color convert

RGB215162117-
CMYK00.250.460.16
HSL27.55º55.06%65.1%-
HSV(B)27.55º45.58%84.31%-
XYZ44.1641.5722.53-
YUV172.7296.56158.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=43.52%
G=32.79%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516211700.250.460.1627.5555.0665.1
HexD7A2750192E101c3741
Octal32724216503156203467101
Binary1101011110100010111010101100110111010000111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A275; }

 p { color: rgb(215,162,117); }

 H1.HeaderClassName
 {
   color: #D7A275;
 }
 .AnyTagClassName
 {
   color: #D7A275;
 }
</style>
background-color css

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

 a { background-color: rgb(215,162,117); }

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

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

 span { border-color: rgb(215,162,117); }

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