Html Css Color HEX #DC8986 Sea Pink

📋 copy color: '#DC8986'

red 220 ◦ green 137 ◦ blue 134

#DC8986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #DC8986

Tints of Sea Pink #DC8986

RGB

 RED value IS 220 (86.33% from 255) = 44.81%

 GREEN value IS 137 (53.91% from 255) = 27.9%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 44.81%
G = 27.9%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC8986 (or 0xDC8986) is known color: 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

RGB 220 137 134 -
CMYK 0 0.38 0.39 0.14
HSL 2.09º 0.55% 0.69% -
HSV(B) 2.09º 0.39% 0.86% -
XYZ 42.76 34.83 27.02 -
YUV 161.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 220 137 134 0 0.38 0.39 0.14 2.09 0.55 0.69
Hex DC 89 86 0 26 27 E 2 37 45
Octal 334 211 206 0 46 47 16 2 67 105
Binary 11011100 10001001 10000110 0 100110 100111 1110 10 110111 1000101

Color Harmonies of #DC8986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8986

Black with #DC8986

Text Example


Text Example

White with #DC8986

Text Example


Text Example

HTML Codes & Css Web 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>