#D69F80

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

Shades of Tumbleweed #D69F80

Tints of Tumbleweed #D69F80

Color information

#D69F80 (or 0xD69F80) is unknown color: approx Tumbleweed. HEX triplet: D6, 9F and 80. RGB value is (214,159,128). Sum of RGB (Red+Green+Blue) = 214+159+128=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F80 is #29607F. Grayscale: #ACACAC. Windows color (decimal): -2711680 or 8429526. OLE color: 8429526.

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

Color convert

RGB214159128-
CMYK00.260.400.16
HSL21.63º51.19%67.06%-
HSV(B)21.63º40.19%83.92%-
XYZ44.0340.6525.95-
YUV171.91103.22158.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=42.71%
G=31.74%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415912800.260.400.1621.6351.1967.06
HexD69F8001A2810163343
Octal32623720003250202663103
Binary11010110100111111000000001101010100010000101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F80; }

 p { color: rgb(214,159,128); }

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

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

 a { background-color: rgb(214,159,128); }

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

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

 span { border-color: rgb(214,159,128); }

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