Shades of Sea Pink #DC867C
Tints of Sea Pink #DC867C
RGB
CMYK
RGB Variations
Color information
#DC867C (or 0xDC867C) is known color: Sea Pink. HEX triplet: DC, 86 and 7C. RGB value is (220,134,124). Sum of RGB (Red+Green+Blue) = 220+134+124=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC867C is #237983. Grayscale: #9E9E9E. Windows color (decimal): -2324868 or 8160988. OLE color: 8160988.
HSL color Cylindrical-coordinate representation of color #DC867C: hue angle of 6.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC867C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 124 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.14 |
| HSL | 6.25º | 0.58% | 0.67% | - |
| HSV(B) | 6.25º | 0.44% | 0.86% | - |
| XYZ | 41.68 | 33.72 | 23.38 | - |
| YUV | 158.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 124 | 0 | 0.39 | 0.44 | 0.14 | 6.25 | 0.58 | 0.67 |
| Hex | DC | 86 | 7C | 0 | 27 | 2C | E | 6 | 3A | 43 |
| Octal | 334 | 206 | 174 | 0 | 47 | 54 | 16 | 6 | 72 | 103 |
| Binary | 11011100 | 10000110 | 1111100 | 0 | 100111 | 101100 | 1110 | 110 | 111010 | 1000011 |
Color Harmonies of #DC867C
Complementary color
Monochromatic Colors of #DC867C
Black with #DC867C
Text Example
Text Example
White with #DC867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC867C; }
p { color: rgb(220,134,124); }
H1.HeaderClassName
{
color: #DC867C;
}
.AnyTagClassName
{
color: #DC867C;
}
</style>
background-color css
<style>
a { background-color: #DC867C; }
a { background-color: rgb(220,134,124); }
div.DivClassName
{
background-color: #DC867C;
}
.BgClassName
{
background-color: #DC867C;
}
</style>
border-color css
<style>
span { border-color: #DC867C; }
span { border-color: rgb(220,134,124); }
td.TdClassName
{
border-color: #DC867C;
}
.TagClassName
{
border-color: #DC867C;
}
</style>