#D69D83

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

Shades of Tumbleweed #D69D83

Tints of Tumbleweed #D69D83

Color information

#D69D83 (or 0xD69D83) is unknown color: approx Tumbleweed. HEX triplet: D6, 9D and 83. RGB value is (214,157,131). Sum of RGB (Red+Green+Blue) = 214+157+131=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D83 is #29627C. Grayscale: #ABABAB. Windows color (decimal): -2712189 or 8625622. OLE color: 8625622.

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

Color convert

RGB214157131-
CMYK00.270.390.16
HSL18.8º50.3%67.65%-
HSV(B)18.8º38.79%83.92%-
XYZ43.8940.0526.89-
YUV171.08105.38158.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=42.63%
G=31.27%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415713100.270.390.1618.850.367.65
HexD69D8301B2710133244
Octal32623520303347202362104
Binary11010110100111011000001101101110011110000100111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D83; }

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

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

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

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

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

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

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

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