#D69F82

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

Shades of Tumbleweed #D69F82

Tints of Tumbleweed #D69F82

Color information

#D69F82 (or 0xD69F82) is unknown color: approx Tumbleweed. HEX triplet: D6, 9F and 82. RGB value is (214,159,130). Sum of RGB (Red+Green+Blue) = 214+159+130=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F82 is #29607D. Grayscale: #ACACAC. Windows color (decimal): -2711678 or 8560598. OLE color: 8560598.

HSL color Cylindrical-coordinate representation of color #D69F82: hue angle of 20.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69F82 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214159130-
CMYK00.260.390.16
HSL20.71º50.6%67.45%-
HSV(B)20.71º39.25%83.92%-
XYZ44.1640.726.65-
YUV172.14104.22157.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=42.54%
G=31.61%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415913000.260.390.1620.7150.667.45
HexD69F8201A2710153343
Octal32623720203247202563103
Binary11010110100111111000001001101010011110000101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F82; }

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

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

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

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

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

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

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

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