Html Css Color HEX #DC8079 Sea Pink

📋 copy color: '#DC8079'

red 220 ◦ green 128 ◦ blue 121

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

Shades of Sea Pink #DC8079

Tints of Sea Pink #DC8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 46.91%
G = 27.29%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8079 (or 0xDC8079) is known color: Sea Pink. HEX triplet: DC, 80 and 79. RGB value is (220,128,121). Sum of RGB (Red+Green+Blue) = 220+128+121=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8079 is #237F86. Grayscale: #9A9A9A. Windows color (decimal): -2326407 or 7962844. OLE color: 7962844.

HSL color Cylindrical-coordinate representation of color #DC8079: hue angle of 4.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8079 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 121 -
CMYK 0 0.42 0.45 0.14
HSL 4.24º 0.59% 0.67% -
HSV(B) 4.24º 0.45% 0.86% -
XYZ 40.69 32.03 22.13 -
YUV 154.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 220 128 121 0 0.42 0.45 0.14 4.24 0.59 0.67
Hex DC 80 79 0 2A 2D E 4 3B 43
Octal 334 200 171 0 52 55 16 4 73 103
Binary 11011100 10000000 1111001 0 101010 101101 1110 100 111011 1000011

Color Harmonies of #DC8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8079

Black with #DC8079

Text Example


Text Example

White with #DC8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8079; }

 p { color: rgb(220,128,121); }

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

background-color css

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

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

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

border-color css

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

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

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