#D09985

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

Shades of Quicksand #D09985

Tints of Quicksand #D09985

Color information

#D09985 (or 0xD09985) is unknown color: approx Quicksand. HEX triplet: D0, 99 and 85. RGB value is (208,153,133). Sum of RGB (Red+Green+Blue) = 208+153+133=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D09985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09985 is #2F667A. Grayscale: #A7A7A7. Windows color (decimal): -3106427 or 8755664. OLE color: 8755664.

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

Color convert

RGB208153133-
CMYK00.260.360.18
HSL16º44.38%66.86%-
HSV(B)16º36.06%81.57%-
XYZ41.6437.8927.31-
YUV167.16108.72157.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=42.11%
G=30.97%
B=26.92%

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
Decimal20815313300.260.360.181644.3866.86
HexD0998501A2412102c43
Octal32023120503244222054103
Binary11010000100110011000010101101010010010010100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09985; }

 p { color: rgb(208,153,133); }

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

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

 a { background-color: rgb(208,153,133); }

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

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

 span { border-color: rgb(208,153,133); }

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