#D69D85

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

Shades of Tumbleweed #D69D85

Tints of Tumbleweed #D69D85

Color information

#D69D85 (or 0xD69D85) is unknown color: approx Tumbleweed. HEX triplet: D6, 9D and 85. RGB value is (214,157,133). Sum of RGB (Red+Green+Blue) = 214+157+133=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D85 is #29627A. Grayscale: #ABABAB. Windows color (decimal): -2712187 or 8756694. OLE color: 8756694.

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

Color convert

RGB214157133-
CMYK00.270.380.16
HSL17.78º49.69%68.04%-
HSV(B)17.78º37.85%83.92%-
XYZ44.0240.127.61-
YUV171.31106.38158.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=42.46%
G=31.15%
B=26.39%

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
Decimal21415713300.270.380.1617.7849.6968.04
HexD69D8501B2610123244
Octal32623520503346202262104
Binary11010110100111011000010101101110011010000100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D85; }

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

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

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

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

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

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

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

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