Html Css Color HEX #DC8078 Sea Pink

📋 copy color: '#DC8078'

red 220 ◦ green 128 ◦ blue 120

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

Shades of Sea Pink #DC8078

Tints of Sea Pink #DC8078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.64%

R = 47.01%
G = 27.35%
B = 25.64%

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

#DC8078 (or 0xDC8078) is known color: Sea Pink. HEX triplet: DC, 80 and 78. RGB value is (220,128,120). Sum of RGB (Red+Green+Blue) = 220+128+120=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8078 is #237F87. Grayscale: #9A9A9A. Windows color (decimal): -2326408 or 7897308. OLE color: 7897308.

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

Color convert

RGB 220 128 120 -
CMYK 0 0.42 0.45 0.14
HSL 4.8º 0.59% 0.67% -
HSV(B) 4.8º 0.45% 0.86% -
XYZ 40.62 32.01 21.81 -
YUV 154.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 220 128 120 0 0.42 0.45 0.14 4.8 0.59 0.67
Hex DC 80 78 0 2A 2D E 5 3B 43
Octal 334 200 170 0 52 55 16 5 73 103
Binary 11011100 10000000 1111000 0 101010 101101 1110 101 111011 1000011

Color Harmonies of #DC8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8078

Black with #DC8078

Text Example


Text Example

White with #DC8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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