Shades of New York Pink #D08674
Tints of New York Pink #D08674
RGB
CMYK
RGB Variations
Color information
#D08674 (or 0xD08674) is known color: New York Pink. HEX triplet: D0, 86 and 74. RGB value is (208,134,116). Sum of RGB (Red+Green+Blue) = 208+134+116=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D08674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08674 is #2F798B. Grayscale: #9A9A9A. Windows color (decimal): -3111308 or 7636688. OLE color: 7636688.
HSL color Cylindrical-coordinate representation of color #D08674: hue angle of 11.74º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08674 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 116 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.18 |
| HSL | 11.74º | 0.49% | 0.64% | - |
| HSV(B) | 11.74º | 0.44% | 0.82% | - |
| XYZ | 37.69 | 31.72 | 20.66 | - |
| YUV | 154.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 116 | 0 | 0.36 | 0.44 | 0.18 | 11.74 | 0.49 | 0.64 |
| Hex | D0 | 86 | 74 | 0 | 24 | 2C | 12 | C | 31 | 40 |
| Octal | 320 | 206 | 164 | 0 | 44 | 54 | 22 | 14 | 61 | 100 |
| Binary | 11010000 | 10000110 | 1110100 | 0 | 100100 | 101100 | 10010 | 1100 | 110001 | 1000000 |
Color Harmonies of #D08674
Complementary color
Monochromatic Colors of #D08674
Black with #D08674
Text Example
Text Example
White with #D08674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08674; }
p { color: rgb(208,134,116); }
H1.HeaderClassName
{
color: #D08674;
}
.AnyTagClassName
{
color: #D08674;
}
</style>
background-color css
<style>
a { background-color: #D08674; }
a { background-color: rgb(208,134,116); }
div.DivClassName
{
background-color: #D08674;
}
.BgClassName
{
background-color: #D08674;
}
</style>
border-color css
<style>
span { border-color: #D08674; }
span { border-color: rgb(208,134,116); }
td.TdClassName
{
border-color: #D08674;
}
.TagClassName
{
border-color: #D08674;
}
</style>