#D0988A

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

Shades of Quicksand #D0988A

Tints of Quicksand #D0988A

Color information

#D0988A (or 0xD0988A) is unknown color: approx Quicksand. HEX triplet: D0, 98 and 8A. RGB value is (208,152,138). Sum of RGB (Red+Green+Blue) = 208+152+138=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0988A is #2F6775. Grayscale: #A7A7A7. Windows color (decimal): -3106678 or 9083088. OLE color: 9083088.

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

Color convert

RGB208152138-
CMYK00.270.340.18
HSL12º42.68%67.84%-
HSV(B)12º33.65%81.57%-
XYZ41.8337.729.12-
YUV167.15111.55157.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=41.77%
G=30.52%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815213800.270.340.181242.6867.84
HexD0988A01B2212c2b44
Octal32023021203342221453104
Binary1101000010011000100010100110111000101001011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0988A; }

 p { color: rgb(208,152,138); }

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

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

 a { background-color: rgb(208,152,138); }

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

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

 span { border-color: rgb(208,152,138); }

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