Shades of New York Pink #DC826B
Tints of New York Pink #DC826B
RGB
CMYK
RGB Variations
Color information
#DC826B (or 0xDC826B) is known color: New York Pink. HEX triplet: DC, 82 and 6B. RGB value is (220,130,107). Sum of RGB (Red+Green+Blue) = 220+130+107=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC826B is #237D94. Grayscale: #9A9A9A. Windows color (decimal): -2325909 or 7045852. OLE color: 7045852.
HSL color Cylindrical-coordinate representation of color #DC826B: hue angle of 12.21º 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 #DC826B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 107 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.14 |
| HSL | 12.21º | 0.62% | 0.64% | - |
| HSV(B) | 12.21º | 0.51% | 0.86% | - |
| XYZ | 40.15 | 32.24 | 18.02 | - |
| YUV | 154.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 107 | 0 | 0.41 | 0.51 | 0.14 | 12.21 | 0.62 | 0.64 |
| Hex | DC | 82 | 6B | 0 | 29 | 33 | E | C | 3E | 40 |
| Octal | 334 | 202 | 153 | 0 | 51 | 63 | 16 | 14 | 76 | 100 |
| Binary | 11011100 | 10000010 | 1101011 | 0 | 101001 | 110011 | 1110 | 1100 | 111110 | 1000000 |
Color Harmonies of #DC826B
Complementary color
Monochromatic Colors of #DC826B
Black with #DC826B
Text Example
Text Example
White with #DC826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC826B; }
p { color: rgb(220,130,107); }
H1.HeaderClassName
{
color: #DC826B;
}
.AnyTagClassName
{
color: #DC826B;
}
</style>
background-color css
<style>
a { background-color: #DC826B; }
a { background-color: rgb(220,130,107); }
div.DivClassName
{
background-color: #DC826B;
}
.BgClassName
{
background-color: #DC826B;
}
</style>
border-color css
<style>
span { border-color: #DC826B; }
span { border-color: rgb(220,130,107); }
td.TdClassName
{
border-color: #DC826B;
}
.TagClassName
{
border-color: #DC826B;
}
</style>