#D49D7F

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

Shades of Tumbleweed #D49D7F

Tints of Tumbleweed #D49D7F

Color information

#D49D7F (or 0xD49D7F) is unknown color: approx Tumbleweed. HEX triplet: D4, 9D and 7F. RGB value is (212,157,127). Sum of RGB (Red+Green+Blue) = 212+157+127=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D7F is #2B6280. Grayscale: #AAAAAA. Windows color (decimal): -2843265 or 8363476. OLE color: 8363476.

HSL color Cylindrical-coordinate representation of color #D49D7F: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D49D7F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212157127-
CMYK00.260.400.17
HSL21.18º49.71%66.47%-
HSV(B)21.18º40.09%83.14%-
XYZ43.0439.6425.46-
YUV170.02103.72157.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 127 (50% from 255) = 25.60%
R=42.74%
G=31.65%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215712700.260.400.1721.1849.7166.47
HexD49D7F01A2811153242
Octal32423517703250212562102
Binary1101010010011101111111101101010100010001101011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D7F; }

 p { color: rgb(212,157,127); }

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

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

 a { background-color: rgb(212,157,127); }

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

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

 span { border-color: rgb(212,157,127); }

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