Shades of New York Pink #DC826C
Tints of New York Pink #DC826C
RGB
CMYK
RGB Variations
Color information
#DC826C (or 0xDC826C) is known color: New York Pink. HEX triplet: DC, 82 and 6C. RGB value is (220,130,108). Sum of RGB (Red+Green+Blue) = 220+130+108=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC826C is #237D93. Grayscale: #9A9A9A. Windows color (decimal): -2325908 or 7111388. OLE color: 7111388.
HSL color Cylindrical-coordinate representation of color #DC826C: hue angle of 11.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC826C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 108 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.14 |
| HSL | 11.79º | 0.62% | 0.64% | - |
| HSV(B) | 11.79º | 0.51% | 0.86% | - |
| XYZ | 40.2 | 32.26 | 18.3 | - |
| YUV | 154.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 108 | 0 | 0.41 | 0.51 | 0.14 | 11.79 | 0.62 | 0.64 |
| Hex | DC | 82 | 6C | 0 | 29 | 33 | E | C | 3E | 40 |
| Octal | 334 | 202 | 154 | 0 | 51 | 63 | 16 | 14 | 76 | 100 |
| Binary | 11011100 | 10000010 | 1101100 | 0 | 101001 | 110011 | 1110 | 1100 | 111110 | 1000000 |
Color Harmonies of #DC826C
Complementary color
Monochromatic Colors of #DC826C
Black with #DC826C
Text Example
Text Example
White with #DC826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC826C; }
p { color: rgb(220,130,108); }
H1.HeaderClassName
{
color: #DC826C;
}
.AnyTagClassName
{
color: #DC826C;
}
</style>
background-color css
<style>
a { background-color: #DC826C; }
a { background-color: rgb(220,130,108); }
div.DivClassName
{
background-color: #DC826C;
}
.BgClassName
{
background-color: #DC826C;
}
</style>
border-color css
<style>
span { border-color: #DC826C; }
span { border-color: rgb(220,130,108); }
td.TdClassName
{
border-color: #DC826C;
}
.TagClassName
{
border-color: #DC826C;
}
</style>