#D8856F

Color #D8856F New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D8856F

Tints of New York Pink #D8856F

Color information

#D8856F (or 0xD8856F) is unknown color: approx New York Pink. HEX triplet: D8, 85 and 6F. RGB value is (216,133,111). Sum of RGB (Red+Green+Blue) = 216+133+111=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8856F is #277A90. Grayscale: #9B9B9B. Windows color (decimal): -2587281 or 7308760. OLE color: 7308760.

HSL color Cylindrical-coordinate representation of color #D8856F: hue angle of 12.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8856F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216133111-
CMYK00.380.490.15
HSL12.57º57.38%64.12%-
HSV(B)12.57º48.61%84.71%-
XYZ39.5832.5219.23-
YUV155.31103171.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=46.96%
G=28.91%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613311100.380.490.1512.5757.3864.12
HexD8856F02631Fd3940
Octal33020515704661171571100
Binary110110001000010111011110100110110001111111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8856F; }

 p { color: rgb(216,133,111); }

 H1.HeaderClassName
 {
   color: #D8856F;
 }
 .AnyTagClassName
 {
   color: #D8856F;
 }
</style>
background-color css

<style>
 a { background-color: #D8856F; }

 a { background-color: rgb(216,133,111); }

 div.DivClassName
 {
   background-color: #D8856F;
 }
 .BgClassName
 {
   background-color: #D8856F;
 }
</style>
border-color css

<style>
 span { border-color: #D8856F; }

 span { border-color: rgb(216,133,111); }

 td.TdClassName
 {
   border-color: #D8856F;
 }
 .TagClassName
 {
   border-color: #D8856F;
 }
</style>