Shades of New York Pink #D07B6E
Tints of New York Pink #D07B6E
RGB
CMYK
RGB Variations
Color information
#D07B6E (or 0xD07B6E) is known color: New York Pink. HEX triplet: D0, 7B and 6E. RGB value is (208,123,110). Sum of RGB (Red+Green+Blue) = 208+123+110=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B6E is #2F8491. Grayscale: #939393. Windows color (decimal): -3114130 or 7240656. OLE color: 7240656.
HSL color Cylindrical-coordinate representation of color #D07B6E: hue angle of 7.96º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07B6E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 110 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.18 |
| HSL | 7.96º | 0.51% | 0.62% | - |
| HSV(B) | 7.96º | 0.47% | 0.82% | - |
| XYZ | 35.91 | 28.7 | 18.4 | - |
| YUV | 146.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 110 | 0 | 0.41 | 0.47 | 0.18 | 7.96 | 0.51 | 0.62 |
| Hex | D0 | 7B | 6E | 0 | 29 | 2F | 12 | 8 | 33 | 3E |
| Octal | 320 | 173 | 156 | 0 | 51 | 57 | 22 | 10 | 63 | 76 |
| Binary | 11010000 | 1111011 | 1101110 | 0 | 101001 | 101111 | 10010 | 1000 | 110011 | 111110 |
Color Harmonies of #D07B6E
Complementary color
Monochromatic Colors of #D07B6E
Black with #D07B6E
Text Example
Text Example
White with #D07B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B6E; }
p { color: rgb(208,123,110); }
H1.HeaderClassName
{
color: #D07B6E;
}
.AnyTagClassName
{
color: #D07B6E;
}
</style>
background-color css
<style>
a { background-color: #D07B6E; }
a { background-color: rgb(208,123,110); }
div.DivClassName
{
background-color: #D07B6E;
}
.BgClassName
{
background-color: #D07B6E;
}
</style>
border-color css
<style>
span { border-color: #D07B6E; }
span { border-color: rgb(208,123,110); }
td.TdClassName
{
border-color: #D07B6E;
}
.TagClassName
{
border-color: #D07B6E;
}
</style>