Shades of New York Pink #DA836F
Tints of New York Pink #DA836F
RGB
CMYK
RGB Variations
Color information
#DA836F (or 0xDA836F) is known color: New York Pink. HEX triplet: DA, 83 and 6F. RGB value is (218,131,111). Sum of RGB (Red+Green+Blue) = 218+131+111=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA836F is #257C90. Grayscale: #9A9A9A. Windows color (decimal): -2456721 or 7308250. OLE color: 7308250.
HSL color Cylindrical-coordinate representation of color #DA836F: hue angle of 11.21º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA836F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 111 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.15 |
| HSL | 11.21º | 0.59% | 0.65% | - |
| HSV(B) | 11.21º | 0.49% | 0.85% | - |
| XYZ | 39.9 | 32.29 | 19.17 | - |
| YUV | 154.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 111 | 0 | 0.40 | 0.49 | 0.15 | 11.21 | 0.59 | 0.65 |
| Hex | DA | 83 | 6F | 0 | 28 | 31 | F | B | 3B | 41 |
| Octal | 332 | 203 | 157 | 0 | 50 | 61 | 17 | 13 | 73 | 101 |
| Binary | 11011010 | 10000011 | 1101111 | 0 | 101000 | 110001 | 1111 | 1011 | 111011 | 1000001 |
Color Harmonies of #DA836F
Complementary color
Monochromatic Colors of #DA836F
Black with #DA836F
Text Example
Text Example
White with #DA836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA836F; }
p { color: rgb(218,131,111); }
H1.HeaderClassName
{
color: #DA836F;
}
.AnyTagClassName
{
color: #DA836F;
}
</style>
background-color css
<style>
a { background-color: #DA836F; }
a { background-color: rgb(218,131,111); }
div.DivClassName
{
background-color: #DA836F;
}
.BgClassName
{
background-color: #DA836F;
}
</style>
border-color css
<style>
span { border-color: #DA836F; }
span { border-color: rgb(218,131,111); }
td.TdClassName
{
border-color: #DA836F;
}
.TagClassName
{
border-color: #DA836F;
}
</style>