#D8866F

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

Shades of New York Pink #D8866F

Tints of New York Pink #D8866F

Color information

#D8866F (or 0xD8866F) is unknown color: approx New York Pink. HEX triplet: D8, 86 and 6F. RGB value is (216,134,111). Sum of RGB (Red+Green+Blue) = 216+134+111=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8866F is #277990. Grayscale: #9C9C9C. Windows color (decimal): -2587025 or 7309016. OLE color: 7309016.

HSL color Cylindrical-coordinate representation of color #D8866F: hue angle of 13.14º 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 #D8866F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216134111-
CMYK00.380.490.15
HSL13.14º57.38%64.12%-
HSV(B)13.14º48.61%84.71%-
XYZ39.7132.819.28-
YUV155.9102.67170.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=46.85%
G=29.07%
B=24.08%

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
Decimal21613411100.380.490.1513.1457.3864.12
HexD8866F02631Fd3940
Octal33020615704661171571100
Binary110110001000011011011110100110110001111111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8866F; }

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

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

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

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

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

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

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

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