Html Css Color HEX #DC8686 Sea Pink

📋 copy color: '#DC8686'

red 220 ◦ green 134 ◦ blue 134

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

Shades of Sea Pink #DC8686

Tints of Sea Pink #DC8686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.46%

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

R = 45.08%
G = 27.46%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC8686 (or 0xDC8686) is known color: Sea Pink. HEX triplet: DC, 86 and 86. RGB value is (220,134,134). Sum of RGB (Red+Green+Blue) = 220+134+134=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8686 is #237979. Grayscale: #9F9F9F. Windows color (decimal): -2324858 or 8816348. OLE color: 8816348.

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

Color convert

RGB 220 134 134 -
CMYK 0 0.39 0.39 0.14
HSL 0.55% 0.69% -
HSV(B) 0.39% 0.86% -
XYZ 42.34 33.99 26.88 -
YUV 159.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 220 134 134 0 0.39 0.39 0.14 0 0.55 0.69
Hex DC 86 86 0 27 27 E 0 37 45
Octal 334 206 206 0 47 47 16 0 67 105
Binary 11011100 10000110 10000110 0 100111 100111 1110 0 110111 1000101

Color Harmonies of #DC8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8686

Black with #DC8686

Text Example


Text Example

White with #DC8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8686; }

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

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

background-color css

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

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

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

border-color css

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

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

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