#D09586

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

Shades of Quicksand #D09586

Tints of Quicksand #D09586

Color information

#D09586 (or 0xD09586) is unknown color: approx Quicksand. HEX triplet: D0, 95 and 86. RGB value is (208,149,134). Sum of RGB (Red+Green+Blue) = 208+149+134=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09586 is #2F6A79. Grayscale: #A5A5A5. Windows color (decimal): -3107450 or 8820176. OLE color: 8820176.

HSL color Cylindrical-coordinate representation of color #D09586: hue angle of 12.16º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09586 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208149134-
CMYK00.280.360.18
HSL12.16º44.05%67.06%-
HSV(B)12.16º35.58%81.57%-
XYZ41.0636.6327.46-
YUV164.93110.55158.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=42.36%
G=30.35%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814913400.280.360.1812.1644.0567.06
HexD0958601C2412c2c43
Octal32022520603444221454103
Binary1101000010010101100001100111001001001001011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09586; }

 p { color: rgb(208,149,134); }

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

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

 a { background-color: rgb(208,149,134); }

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

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

 span { border-color: rgb(208,149,134); }

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