Shades of New York Pink #DD806F
Tints of New York Pink #DD806F
RGB
CMYK
RGB Variations
Color information
#DD806F (or 0xDD806F) is known color: New York Pink. HEX triplet: DD, 80 and 6F. RGB value is (221,128,111). Sum of RGB (Red+Green+Blue) = 221+128+111=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD806F is #227F90. Grayscale: #9A9A9A. Windows color (decimal): -2260881 or 7307485. OLE color: 7307485.
HSL color Cylindrical-coordinate representation of color #DD806F: hue angle of 9.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD806F is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 111 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.13 |
| HSL | 9.27º | 0.62% | 0.65% | - |
| HSV(B) | 9.27º | 0.5% | 0.87% | - |
| XYZ | 40.41 | 31.96 | 19.08 | - |
| YUV | 153.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 111 | 0 | 0.42 | 0.50 | 0.13 | 9.27 | 0.62 | 0.65 |
| Hex | DD | 80 | 6F | 0 | 2A | 32 | D | 9 | 3E | 41 |
| Octal | 335 | 200 | 157 | 0 | 52 | 62 | 15 | 11 | 76 | 101 |
| Binary | 11011101 | 10000000 | 1101111 | 0 | 101010 | 110010 | 1101 | 1001 | 111110 | 1000001 |
Color Harmonies of #DD806F
Complementary color
Monochromatic Colors of #DD806F
Black with #DD806F
Text Example
Text Example
White with #DD806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD806F; }
p { color: rgb(221,128,111); }
H1.HeaderClassName
{
color: #DD806F;
}
.AnyTagClassName
{
color: #DD806F;
}
</style>
background-color css
<style>
a { background-color: #DD806F; }
a { background-color: rgb(221,128,111); }
div.DivClassName
{
background-color: #DD806F;
}
.BgClassName
{
background-color: #DD806F;
}
</style>
border-color css
<style>
span { border-color: #DD806F; }
span { border-color: rgb(221,128,111); }
td.TdClassName
{
border-color: #DD806F;
}
.TagClassName
{
border-color: #DD806F;
}
</style>