#D69E84

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

Shades of Tumbleweed #D69E84

Tints of Tumbleweed #D69E84

Color information

#D69E84 (or 0xD69E84) is unknown color: approx Tumbleweed. HEX triplet: D6, 9E and 84. RGB value is (214,158,132). Sum of RGB (Red+Green+Blue) = 214+158+132=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E84 is #29617B. Grayscale: #ABABAB. Windows color (decimal): -2711932 or 8691414. OLE color: 8691414.

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

Color convert

RGB214158132-
CMYK00.260.380.16
HSL19.02º50%67.84%-
HSV(B)19.02º38.32%83.92%-
XYZ44.1240.4227.31-
YUV171.78105.55158.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=42.46%
G=31.35%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415813200.260.380.1619.025067.84
HexD69E8401A2610133244
Octal32623620403246202362104
Binary11010110100111101000010001101010011010000100111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E84; }

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

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

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

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

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

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

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

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