#D98886

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

Shades of Sea Pink #D98886

Tints of Sea Pink #D98886

Color information

#D98886 (or 0xD98886) is unknown color: approx Sea Pink. HEX triplet: D9, 88 and 86. RGB value is (217,136,134). Sum of RGB (Red+Green+Blue) = 217+136+134=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D98886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98886 is #267779. Grayscale: #A0A0A0. Windows color (decimal): -2520954 or 8816857. OLE color: 8816857.

HSL color Cylindrical-coordinate representation of color #D98886: hue angle of 1.45º 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 #D98886 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217136134-
CMYK00.370.380.15
HSL1.45º52.2%68.82%-
HSV(B)1.45º38.25%85.1%-
XYZ41.7234.0826.93-
YUV159.99113.34168.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=44.56%
G=27.93%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713613400.370.380.151.4552.268.82
HexD9888602526F13445
Octal3312102060454617164105
Binary1101100110001000100001100100101100110111111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98886; }

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

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

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

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

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

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

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

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