#D5A88C

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

Shades of Tumbleweed #D5A88C

Tints of Tumbleweed #D5A88C

Color information

#D5A88C (or 0xD5A88C) is unknown color: approx Tumbleweed. HEX triplet: D5, A8 and 8C. RGB value is (213,168,140). Sum of RGB (Red+Green+Blue) = 213+168+140=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A88C is #2A5773. Grayscale: #B2B2B2. Windows color (decimal): -2774900 or 9218261. OLE color: 9218261.

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

Color convert

RGB213168140-
CMYK00.210.340.16
HSL23.01º46.5%69.22%-
HSV(B)23.01º34.27%83.53%-
XYZ46.1844.0430.88-
YUV178.26106.41152.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=40.88%
G=32.25%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316814000.210.340.1623.0146.569.22
HexD5A88C0152210172e45
Octal32525021402542202756105
Binary11010101101010001000110001010110001010000101111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A88C; }

 p { color: rgb(213,168,140); }

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

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

 a { background-color: rgb(213,168,140); }

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

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

 span { border-color: rgb(213,168,140); }

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