#D69E81

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

Shades of Tumbleweed #D69E81

Tints of Tumbleweed #D69E81

Color information

#D69E81 (or 0xD69E81) is unknown color: approx Tumbleweed. HEX triplet: D6, 9E and 81. RGB value is (214,158,129). Sum of RGB (Red+Green+Blue) = 214+158+129=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E81 is #29617E. Grayscale: #ABABAB. Windows color (decimal): -2711935 or 8494806. OLE color: 8494806.

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

Color convert

RGB214158129-
CMYK00.260.400.16
HSL20.47º50.9%67.25%-
HSV(B)20.47º39.72%83.92%-
XYZ43.9240.3326.24-
YUV171.44104.05158.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=42.71%
G=31.54%
B=25.75%

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
Decimal21415812900.260.400.1620.4750.967.25
HexD69E8101A2810143343
Octal32623620103250202463103
Binary11010110100111101000000101101010100010000101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E81; }

 p { color: rgb(214,158,129); }

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

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

 a { background-color: rgb(214,158,129); }

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

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

 span { border-color: rgb(214,158,129); }

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