Shades of New York Pink #DC836F
Tints of New York Pink #DC836F
RGB
CMYK
RGB Variations
Color information
#DC836F (or 0xDC836F) is known color: New York Pink. HEX triplet: DC, 83 and 6F. RGB value is (220,131,111). Sum of RGB (Red+Green+Blue) = 220+131+111=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC836F is #237C90. Grayscale: #9B9B9B. Windows color (decimal): -2325649 or 7308252. OLE color: 7308252.
HSL color Cylindrical-coordinate representation of color #DC836F: hue angle of 11.01º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC836F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 111 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.14 |
| HSL | 11.01º | 0.61% | 0.65% | - |
| HSV(B) | 11.01º | 0.5% | 0.86% | - |
| XYZ | 40.5 | 32.6 | 19.2 | - |
| YUV | 155.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 111 | 0 | 0.40 | 0.50 | 0.14 | 11.01 | 0.61 | 0.65 |
| Hex | DC | 83 | 6F | 0 | 28 | 32 | E | B | 3D | 41 |
| Octal | 334 | 203 | 157 | 0 | 50 | 62 | 16 | 13 | 75 | 101 |
| Binary | 11011100 | 10000011 | 1101111 | 0 | 101000 | 110010 | 1110 | 1011 | 111101 | 1000001 |
Color Harmonies of #DC836F
Complementary color
Monochromatic Colors of #DC836F
Black with #DC836F
Text Example
Text Example
White with #DC836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC836F; }
p { color: rgb(220,131,111); }
H1.HeaderClassName
{
color: #DC836F;
}
.AnyTagClassName
{
color: #DC836F;
}
</style>
background-color css
<style>
a { background-color: #DC836F; }
a { background-color: rgb(220,131,111); }
div.DivClassName
{
background-color: #DC836F;
}
.BgClassName
{
background-color: #DC836F;
}
</style>
border-color css
<style>
span { border-color: #DC836F; }
span { border-color: rgb(220,131,111); }
td.TdClassName
{
border-color: #DC836F;
}
.TagClassName
{
border-color: #DC836F;
}
</style>