Html Css Color HEX #DC8886 Sea Pink

📋 copy color: '#DC8886'

red 220 ◦ green 136 ◦ blue 134

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

Shades of Sea Pink #DC8886

Tints of Sea Pink #DC8886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.76%

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

R = 44.9%
G = 27.76%
B = 27.35%

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

#DC8886 (or 0xDC8886) is known color: Sea Pink. HEX triplet: DC, 88 and 86. RGB value is (220,136,134). Sum of RGB (Red+Green+Blue) = 220+136+134=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8886 is #237779. Grayscale: #A0A0A0. Windows color (decimal): -2324346 or 8816860. OLE color: 8816860.

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

Color convert

RGB 220 136 134 -
CMYK 0 0.38 0.39 0.14
HSL 1.4º 0.55% 0.69% -
HSV(B) 1.4º 0.39% 0.86% -
XYZ 42.62 34.55 26.98 -
YUV 160.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 220 136 134 0 0.38 0.39 0.14 1.4 0.55 0.69
Hex DC 88 86 0 26 27 E 1 37 45
Octal 334 210 206 0 46 47 16 1 67 105
Binary 11011100 10001000 10000110 0 100110 100111 1110 1 110111 1000101

Color Harmonies of #DC8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8886

Black with #DC8886

Text Example


Text Example

White with #DC8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8886; }

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

 H1.HeaderClassName
 {
   color: #DC8886;
 }
 .AnyTagClassName
 {
   color: #DC8886;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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