#D09A86

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

Shades of Quicksand #D09A86

Tints of Quicksand #D09A86

Color information

#D09A86 (or 0xD09A86) is unknown color: approx Quicksand. HEX triplet: D0, 9A and 86. RGB value is (208,154,134). Sum of RGB (Red+Green+Blue) = 208+154+134=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A86 is #2F6579. Grayscale: #A8A8A8. Windows color (decimal): -3106170 or 8821456. OLE color: 8821456.

HSL color Cylindrical-coordinate representation of color #D09A86: hue angle of 16.22º 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 #D09A86 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208154134-
CMYK00.260.360.18
HSL16.22º44.05%67.06%-
HSV(B)16.22º35.58%81.57%-
XYZ41.8738.2427.73-
YUV167.87108.89156.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=41.94%
G=31.05%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815413400.260.360.1816.2244.0567.06
HexD09A8601A2412102c43
Octal32023220603244222054103
Binary11010000100110101000011001101010010010010100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A86; }

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

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

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

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

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

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

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

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