Shades of New York Pink #DA8A74
Tints of New York Pink #DA8A74
RGB
CMYK
RGB Variations
Color information
#DA8A74 (or 0xDA8A74) is known color: New York Pink. HEX triplet: DA, 8A and 74. RGB value is (218,138,116). Sum of RGB (Red+Green+Blue) = 218+138+116=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A74 is #25758B. Grayscale: #9F9F9F. Windows color (decimal): -2454924 or 7637722. OLE color: 7637722.
HSL color Cylindrical-coordinate representation of color #DA8A74: hue angle of 12.94º 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 #DA8A74 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 116 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.15 |
| HSL | 12.94º | 0.58% | 0.65% | - |
| HSV(B) | 12.94º | 0.47% | 0.85% | - |
| XYZ | 41.15 | 34.34 | 20.98 | - |
| YUV | 159.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 116 | 0 | 0.37 | 0.47 | 0.15 | 12.94 | 0.58 | 0.65 |
| Hex | DA | 8A | 74 | 0 | 25 | 2F | F | D | 3A | 41 |
| Octal | 332 | 212 | 164 | 0 | 45 | 57 | 17 | 15 | 72 | 101 |
| Binary | 11011010 | 10001010 | 1110100 | 0 | 100101 | 101111 | 1111 | 1101 | 111010 | 1000001 |
Color Harmonies of #DA8A74
Complementary color
Monochromatic Colors of #DA8A74
Black with #DA8A74
Text Example
Text Example
White with #DA8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A74; }
p { color: rgb(218,138,116); }
H1.HeaderClassName
{
color: #DA8A74;
}
.AnyTagClassName
{
color: #DA8A74;
}
</style>
background-color css
<style>
a { background-color: #DA8A74; }
a { background-color: rgb(218,138,116); }
div.DivClassName
{
background-color: #DA8A74;
}
.BgClassName
{
background-color: #DA8A74;
}
</style>
border-color css
<style>
span { border-color: #DA8A74; }
span { border-color: rgb(218,138,116); }
td.TdClassName
{
border-color: #DA8A74;
}
.TagClassName
{
border-color: #DA8A74;
}
</style>