#D5A17F

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

Shades of Tumbleweed #D5A17F

Tints of Tumbleweed #D5A17F

Color information

#D5A17F (or 0xD5A17F) is unknown color: approx Tumbleweed. HEX triplet: D5, A1 and 7F. RGB value is (213,161,127). Sum of RGB (Red+Green+Blue) = 213+161+127=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A17F is #2A5E80. Grayscale: #ACACAC. Windows color (decimal): -2776705 or 8364501. OLE color: 8364501.

HSL color Cylindrical-coordinate representation of color #D5A17F: hue angle of 23.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5A17F is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213161127-
CMYK00.240.400.16
HSL23.72º50.59%66.67%-
HSV(B)23.72º40.38%83.53%-
XYZ44.0241.1725.71-
YUV172.67102.23156.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 127 (50% from 255) = 25.35%
R=42.51%
G=32.14%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316112700.240.400.1623.7250.5966.67
HexD5A17F0182810183343
Octal32524117703050203063103
Binary1101010110100001111111101100010100010000110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A17F; }

 p { color: rgb(213,161,127); }

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

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

 a { background-color: rgb(213,161,127); }

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

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

 span { border-color: rgb(213,161,127); }

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