#D5A27F

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

Shades of Tumbleweed #D5A27F

Tints of Tumbleweed #D5A27F

Color information

#D5A27F (or 0xD5A27F) is unknown color: approx Tumbleweed. HEX triplet: D5, A2 and 7F. RGB value is (213,162,127). Sum of RGB (Red+Green+Blue) = 213+162+127=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A27F is #2A5D80. Grayscale: #ADADAD. Windows color (decimal): -2776449 or 8364757. OLE color: 8364757.

HSL color Cylindrical-coordinate representation of color #D5A27F: hue angle of 24.42º 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 #D5A27F is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213162127-
CMYK00.240.400.16
HSL24.42º50.59%66.67%-
HSV(B)24.42º40.38%83.53%-
XYZ44.1941.5225.76-
YUV173.26101.9156.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 127 (50% from 255) = 25.30%
R=42.43%
G=32.27%
B=25.30%

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
Decimal21316212700.240.400.1624.4250.5966.67
HexD5A27F0182810183343
Octal32524217703050203063103
Binary1101010110100010111111101100010100010000110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A27F; }

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

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

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

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

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

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

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

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