Shades of New York Pink #D08672
Tints of New York Pink #D08672
RGB
CMYK
RGB Variations
Color information
#D08672 (or 0xD08672) is known color: New York Pink. HEX triplet: D0, 86 and 72. RGB value is (208,134,114). Sum of RGB (Red+Green+Blue) = 208+134+114=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08672 is #2F798D. Grayscale: #9A9A9A. Windows color (decimal): -3111310 or 7505616. OLE color: 7505616.
HSL color Cylindrical-coordinate representation of color #D08672: hue angle of 12.77º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08672 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 114 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.18 |
| HSL | 12.77º | 0.5% | 0.63% | - |
| HSV(B) | 12.77º | 0.45% | 0.82% | - |
| XYZ | 37.57 | 31.68 | 20.05 | - |
| YUV | 153.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 114 | 0 | 0.36 | 0.45 | 0.18 | 12.77 | 0.5 | 0.63 |
| Hex | D0 | 86 | 72 | 0 | 24 | 2D | 12 | D | 32 | 3F |
| Octal | 320 | 206 | 162 | 0 | 44 | 55 | 22 | 15 | 62 | 77 |
| Binary | 11010000 | 10000110 | 1110010 | 0 | 100100 | 101101 | 10010 | 1101 | 110010 | 111111 |
Color Harmonies of #D08672
Complementary color
Monochromatic Colors of #D08672
Black with #D08672
Text Example
Text Example
White with #D08672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08672; }
p { color: rgb(208,134,114); }
H1.HeaderClassName
{
color: #D08672;
}
.AnyTagClassName
{
color: #D08672;
}
</style>
background-color css
<style>
a { background-color: #D08672; }
a { background-color: rgb(208,134,114); }
div.DivClassName
{
background-color: #D08672;
}
.BgClassName
{
background-color: #D08672;
}
</style>
border-color css
<style>
span { border-color: #D08672; }
span { border-color: rgb(208,134,114); }
td.TdClassName
{
border-color: #D08672;
}
.TagClassName
{
border-color: #D08672;
}
</style>