#D98686

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

Shades of Sea Pink #D98686

Tints of Sea Pink #D98686

Color information

#D98686 (or 0xD98686) is unknown color: approx Sea Pink. HEX triplet: D9, 86 and 86. RGB value is (217,134,134). Sum of RGB (Red+Green+Blue) = 217+134+134=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98686 is #267979. Grayscale: #9E9E9E. Windows color (decimal): -2521466 or 8816345. OLE color: 8816345.

HSL color Cylindrical-coordinate representation of color #D98686: hue angle of 0º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98686 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217134134-
CMYK00.380.380.15
HSL52.2%68.82%-
HSV(B)38.25%85.1%-
XYZ41.4433.5226.84-
YUV158.82114169.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=44.74%
G=27.63%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713413400.380.380.15052.268.82
HexD9868602626F03445
Octal3312062060464617064105
Binary1101100110000110100001100100110100110111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98686; }

 p { color: rgb(217,134,134); }

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

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

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

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

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

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

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