Shades of New York Pink #DA8A73
Tints of New York Pink #DA8A73
RGB
CMYK
RGB Variations
Color information
#DA8A73 (or 0xDA8A73) is known color: New York Pink. HEX triplet: DA, 8A and 73. RGB value is (218,138,115). Sum of RGB (Red+Green+Blue) = 218+138+115=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A73 is #25758C. Grayscale: #9F9F9F. Windows color (decimal): -2454925 or 7572186. OLE color: 7572186.
HSL color Cylindrical-coordinate representation of color #DA8A73: hue angle of 13.4º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA8A73 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 115 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.15 |
| HSL | 13.4º | 0.58% | 0.65% | - |
| HSV(B) | 13.4º | 0.47% | 0.85% | - |
| XYZ | 41.1 | 34.32 | 20.68 | - |
| YUV | 159.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 115 | 0 | 0.37 | 0.47 | 0.15 | 13.4 | 0.58 | 0.65 |
| Hex | DA | 8A | 73 | 0 | 25 | 2F | F | D | 3A | 41 |
| Octal | 332 | 212 | 163 | 0 | 45 | 57 | 17 | 15 | 72 | 101 |
| Binary | 11011010 | 10001010 | 1110011 | 0 | 100101 | 101111 | 1111 | 1101 | 111010 | 1000001 |
Color Harmonies of #DA8A73
Complementary color
Monochromatic Colors of #DA8A73
Black with #DA8A73
Text Example
Text Example
White with #DA8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A73; }
p { color: rgb(218,138,115); }
H1.HeaderClassName
{
color: #DA8A73;
}
.AnyTagClassName
{
color: #DA8A73;
}
</style>
background-color css
<style>
a { background-color: #DA8A73; }
a { background-color: rgb(218,138,115); }
div.DivClassName
{
background-color: #DA8A73;
}
.BgClassName
{
background-color: #DA8A73;
}
</style>
border-color css
<style>
span { border-color: #DA8A73; }
span { border-color: rgb(218,138,115); }
td.TdClassName
{
border-color: #DA8A73;
}
.TagClassName
{
border-color: #DA8A73;
}
</style>