Shades of New York Pink #D5806E
Tints of New York Pink #D5806E
RGB
CMYK
RGB Variations
Color information
#D5806E (or 0xD5806E) is known color: New York Pink. HEX triplet: D5, 80 and 6E. RGB value is (213,128,110). Sum of RGB (Red+Green+Blue) = 213+128+110=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5806E is #2A7F91. Grayscale: #979797. Windows color (decimal): -2785170 or 7241941. OLE color: 7241941.
HSL color Cylindrical-coordinate representation of color #D5806E: hue angle of 10.49º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5806E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 110 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.16 |
| HSL | 10.49º | 0.55% | 0.63% | - |
| HSV(B) | 10.49º | 0.48% | 0.84% | - |
| XYZ | 37.97 | 30.71 | 18.68 | - |
| YUV | 151.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 110 | 0 | 0.40 | 0.48 | 0.16 | 10.49 | 0.55 | 0.63 |
| Hex | D5 | 80 | 6E | 0 | 28 | 30 | 10 | A | 37 | 3F |
| Octal | 325 | 200 | 156 | 0 | 50 | 60 | 20 | 12 | 67 | 77 |
| Binary | 11010101 | 10000000 | 1101110 | 0 | 101000 | 110000 | 10000 | 1010 | 110111 | 111111 |
Color Harmonies of #D5806E
Complementary color
Monochromatic Colors of #D5806E
Black with #D5806E
Text Example
Text Example
White with #D5806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5806E; }
p { color: rgb(213,128,110); }
H1.HeaderClassName
{
color: #D5806E;
}
.AnyTagClassName
{
color: #D5806E;
}
</style>
background-color css
<style>
a { background-color: #D5806E; }
a { background-color: rgb(213,128,110); }
div.DivClassName
{
background-color: #D5806E;
}
.BgClassName
{
background-color: #D5806E;
}
</style>
border-color css
<style>
span { border-color: #D5806E; }
span { border-color: rgb(213,128,110); }
td.TdClassName
{
border-color: #D5806E;
}
.TagClassName
{
border-color: #D5806E;
}
</style>