Shades of New York Pink #DC826A
Tints of New York Pink #DC826A
RGB
CMYK
RGB Variations
Color information
#DC826A (or 0xDC826A) is known color: New York Pink. HEX triplet: DC, 82 and 6A. RGB value is (220,130,106). Sum of RGB (Red+Green+Blue) = 220+130+106=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC826A is #237D95. Grayscale: #9A9A9A. Windows color (decimal): -2325910 or 6980316. OLE color: 6980316.
HSL color Cylindrical-coordinate representation of color #DC826A: hue angle of 12.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC826A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 106 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.14 |
| HSL | 12.63º | 0.62% | 0.64% | - |
| HSV(B) | 12.63º | 0.52% | 0.86% | - |
| XYZ | 40.1 | 32.22 | 17.74 | - |
| YUV | 154.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 106 | 0 | 0.41 | 0.52 | 0.14 | 12.63 | 0.62 | 0.64 |
| Hex | DC | 82 | 6A | 0 | 29 | 34 | E | D | 3E | 40 |
| Octal | 334 | 202 | 152 | 0 | 51 | 64 | 16 | 15 | 76 | 100 |
| Binary | 11011100 | 10000010 | 1101010 | 0 | 101001 | 110100 | 1110 | 1101 | 111110 | 1000000 |
Color Harmonies of #DC826A
Complementary color
Monochromatic Colors of #DC826A
Black with #DC826A
Text Example
Text Example
White with #DC826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC826A; }
p { color: rgb(220,130,106); }
H1.HeaderClassName
{
color: #DC826A;
}
.AnyTagClassName
{
color: #DC826A;
}
</style>
background-color css
<style>
a { background-color: #DC826A; }
a { background-color: rgb(220,130,106); }
div.DivClassName
{
background-color: #DC826A;
}
.BgClassName
{
background-color: #DC826A;
}
</style>
border-color css
<style>
span { border-color: #DC826A; }
span { border-color: rgb(220,130,106); }
td.TdClassName
{
border-color: #DC826A;
}
.TagClassName
{
border-color: #DC826A;
}
</style>