#D5A68A

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

Shades of Tumbleweed #D5A68A

Tints of Tumbleweed #D5A68A

Color information

#D5A68A (or 0xD5A68A) is unknown color: approx Tumbleweed. HEX triplet: D5, A6 and 8A. RGB value is (213,166,138). Sum of RGB (Red+Green+Blue) = 213+166+138=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A68A is #2A5975. Grayscale: #B1B1B1. Windows color (decimal): -2775414 or 9086677. OLE color: 9086677.

HSL color Cylindrical-coordinate representation of color #D5A68A: hue angle of 22.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5A68A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213166138-
CMYK00.220.350.16
HSL22.4º47.17%68.82%-
HSV(B)22.4º35.21%83.53%-
XYZ45.6643.2529.99-
YUV176.86106.07153.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=41.20%
G=32.11%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316613800.220.350.1622.447.1768.82
HexD5A68A0162310162f45
Octal32524621202643202657105
Binary11010101101001101000101001011010001110000101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A68A; }

 p { color: rgb(213,166,138); }

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

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

 a { background-color: rgb(213,166,138); }

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

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

 span { border-color: rgb(213,166,138); }

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