#D69D84

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

Shades of Tumbleweed #D69D84

Tints of Tumbleweed #D69D84

Color information

#D69D84 (or 0xD69D84) is unknown color: approx Tumbleweed. HEX triplet: D6, 9D and 84. RGB value is (214,157,132). Sum of RGB (Red+Green+Blue) = 214+157+132=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D84 is #29627B. Grayscale: #ABABAB. Windows color (decimal): -2712188 or 8691158. OLE color: 8691158.

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

Color convert

RGB214157132-
CMYK00.270.380.16
HSL18.29º50%67.84%-
HSV(B)18.29º38.32%83.92%-
XYZ43.9540.0827.25-
YUV171.19105.88158.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=42.54%
G=31.21%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415713200.270.380.1618.295067.84
HexD69D8401B2610123244
Octal32623520403346202262104
Binary11010110100111011000010001101110011010000100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D84; }

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

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

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

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

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

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

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

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