#D5A380

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

Shades of Tumbleweed #D5A380

Tints of Tumbleweed #D5A380

Color information

#D5A380 (or 0xD5A380) is unknown color: approx Tumbleweed. HEX triplet: D5, A3 and 80. RGB value is (213,163,128). Sum of RGB (Red+Green+Blue) = 213+163+128=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A380 is #2A5C7F. Grayscale: #AEAEAE. Windows color (decimal): -2776192 or 8430549. OLE color: 8430549.

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

Color convert

RGB213163128-
CMYK00.230.400.16
HSL24.71º50.3%66.86%-
HSV(B)24.71º39.91%83.53%-
XYZ44.4341.926.17-
YUV173.96102.06155.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=42.26%
G=32.34%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316312800.230.400.1624.7150.366.86
HexD5A3800172810193243
Octal32524320002750203162103
Binary11010101101000111000000001011110100010000110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A380; }

 p { color: rgb(213,163,128); }

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

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

 a { background-color: rgb(213,163,128); }

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

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

 span { border-color: rgb(213,163,128); }

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