Shades of New York Pink #DF806B
Tints of New York Pink #DF806B
RGB
CMYK
RGB Variations
Color information
#DF806B (or 0xDF806B) is known color: New York Pink. HEX triplet: DF, 80 and 6B. RGB value is (223,128,107). Sum of RGB (Red+Green+Blue) = 223+128+107=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF806B is #207F94. Grayscale: #9A9A9A. Windows color (decimal): -2129813 or 7045343. OLE color: 7045343.
HSL color Cylindrical-coordinate representation of color #DF806B: hue angle of 10.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF806B is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 107 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.13 |
| HSL | 10.86º | 0.64% | 0.65% | - |
| HSV(B) | 10.86º | 0.52% | 0.87% | - |
| XYZ | 40.8 | 32.19 | 17.97 | - |
| YUV | 154.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 107 | 0 | 0.43 | 0.52 | 0.13 | 10.86 | 0.64 | 0.65 |
| Hex | DF | 80 | 6B | 0 | 2B | 34 | D | B | 40 | 41 |
| Octal | 337 | 200 | 153 | 0 | 53 | 64 | 15 | 13 | 100 | 101 |
| Binary | 11011111 | 10000000 | 1101011 | 0 | 101011 | 110100 | 1101 | 1011 | 1000000 | 1000001 |
Color Harmonies of #DF806B
Complementary color
Monochromatic Colors of #DF806B
Black with #DF806B
Text Example
Text Example
White with #DF806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF806B; }
p { color: rgb(223,128,107); }
H1.HeaderClassName
{
color: #DF806B;
}
.AnyTagClassName
{
color: #DF806B;
}
</style>
background-color css
<style>
a { background-color: #DF806B; }
a { background-color: rgb(223,128,107); }
div.DivClassName
{
background-color: #DF806B;
}
.BgClassName
{
background-color: #DF806B;
}
</style>
border-color css
<style>
span { border-color: #DF806B; }
span { border-color: rgb(223,128,107); }
td.TdClassName
{
border-color: #DF806B;
}
.TagClassName
{
border-color: #DF806B;
}
</style>