Shades of New York Pink #DA806B
Tints of New York Pink #DA806B
RGB
CMYK
RGB Variations
Color information
#DA806B (or 0xDA806B) is known color: New York Pink. HEX triplet: DA, 80 and 6B. RGB value is (218,128,107). Sum of RGB (Red+Green+Blue) = 218+128+107=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA806B is #257F94. Grayscale: #989898. Windows color (decimal): -2457493 or 7045338. OLE color: 7045338.
HSL color Cylindrical-coordinate representation of color #DA806B: hue angle of 11.35º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA806B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 107 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.15 |
| HSL | 11.35º | 0.6% | 0.64% | - |
| HSV(B) | 11.35º | 0.51% | 0.85% | - |
| XYZ | 39.29 | 31.41 | 17.9 | - |
| YUV | 152.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 107 | 0 | 0.41 | 0.51 | 0.15 | 11.35 | 0.6 | 0.64 |
| Hex | DA | 80 | 6B | 0 | 29 | 33 | F | B | 3C | 40 |
| Octal | 332 | 200 | 153 | 0 | 51 | 63 | 17 | 13 | 74 | 100 |
| Binary | 11011010 | 10000000 | 1101011 | 0 | 101001 | 110011 | 1111 | 1011 | 111100 | 1000000 |
Color Harmonies of #DA806B
Complementary color
Monochromatic Colors of #DA806B
Black with #DA806B
Text Example
Text Example
White with #DA806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA806B; }
p { color: rgb(218,128,107); }
H1.HeaderClassName
{
color: #DA806B;
}
.AnyTagClassName
{
color: #DA806B;
}
</style>
background-color css
<style>
a { background-color: #DA806B; }
a { background-color: rgb(218,128,107); }
div.DivClassName
{
background-color: #DA806B;
}
.BgClassName
{
background-color: #DA806B;
}
</style>
border-color css
<style>
span { border-color: #DA806B; }
span { border-color: rgb(218,128,107); }
td.TdClassName
{
border-color: #DA806B;
}
.TagClassName
{
border-color: #DA806B;
}
</style>