#D09588

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

Shades of Quicksand #D09588

Tints of Quicksand #D09588

Color information

#D09588 (or 0xD09588) is unknown color: approx Quicksand. HEX triplet: D0, 95 and 88. RGB value is (208,149,136). Sum of RGB (Red+Green+Blue) = 208+149+136=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09588 is #2F6A77. Grayscale: #A5A5A5. Windows color (decimal): -3107448 or 8951248. OLE color: 8951248.

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

Color convert

RGB208149136-
CMYK00.280.350.18
HSL10.83º43.37%67.45%-
HSV(B)10.83º34.62%81.57%-
XYZ41.236.6828.2-
YUV165.16111.55158.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=42.19%
G=30.22%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814913600.280.350.1810.8343.3767.45
HexD0958801C2312b2b43
Octal32022521003443221353103
Binary1101000010010101100010000111001000111001010111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09588; }

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

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

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

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

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

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

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

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