#DC8986

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

Shades of Sea Pink #DC8986

Tints of Sea Pink #DC8986

Color information

#DC8986 (or 0xDC8986) is unknown color: approx Sea Pink. HEX triplet: DC, 89 and 86. RGB value is (220,137,134). Sum of RGB (Red+Green+Blue) = 220+137+134=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8986 is #237679. Grayscale: #A1A1A1. Windows color (decimal): -2324090 or 8817116. OLE color: 8817116.

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

Color convert

RGB220137134-
CMYK00.380.390.14
HSL2.09º55.13%69.41%-
HSV(B)2.09º39.09%86.27%-
XYZ42.7634.8327.02-
YUV161.48112.5169.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=44.81%
G=27.90%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013713400.380.390.142.0955.1369.41
HexDC898602627E23745
Octal3342112060464716267105
Binary11011100100010011000011001001101001111110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8986; }

 p { color: rgb(220,137,134); }

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

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

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

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

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

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

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