Shades of New York Pink #D6826D
Tints of New York Pink #D6826D
RGB
CMYK
RGB Variations
Color information
#D6826D (or 0xD6826D) is known color: New York Pink. HEX triplet: D6, 82 and 6D. RGB value is (214,130,109). Sum of RGB (Red+Green+Blue) = 214+130+109=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6826D is #297D92. Grayscale: #989898. Windows color (decimal): -2719123 or 7176918. OLE color: 7176918.
HSL color Cylindrical-coordinate representation of color #D6826D: hue angle of 12º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6826D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 109 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.16 |
| HSL | 12º | 0.56% | 0.63% | - |
| HSV(B) | 12º | 0.49% | 0.84% | - |
| XYZ | 38.47 | 31.37 | 18.49 | - |
| YUV | 152.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 109 | 0 | 0.39 | 0.49 | 0.16 | 12 | 0.56 | 0.63 |
| Hex | D6 | 82 | 6D | 0 | 27 | 31 | 10 | C | 38 | 3F |
| Octal | 326 | 202 | 155 | 0 | 47 | 61 | 20 | 14 | 70 | 77 |
| Binary | 11010110 | 10000010 | 1101101 | 0 | 100111 | 110001 | 10000 | 1100 | 111000 | 111111 |
Color Harmonies of #D6826D
Complementary color
Monochromatic Colors of #D6826D
Black with #D6826D
Text Example
Text Example
White with #D6826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6826D; }
p { color: rgb(214,130,109); }
H1.HeaderClassName
{
color: #D6826D;
}
.AnyTagClassName
{
color: #D6826D;
}
</style>
background-color css
<style>
a { background-color: #D6826D; }
a { background-color: rgb(214,130,109); }
div.DivClassName
{
background-color: #D6826D;
}
.BgClassName
{
background-color: #D6826D;
}
</style>
border-color css
<style>
span { border-color: #D6826D; }
span { border-color: rgb(214,130,109); }
td.TdClassName
{
border-color: #D6826D;
}
.TagClassName
{
border-color: #D6826D;
}
</style>