#D8766A

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

Shades of New York Pink #D8766A

Tints of New York Pink #D8766A

Color information

#D8766A (or 0xD8766A) is unknown color: approx New York Pink. HEX triplet: D8, 76 and 6A. RGB value is (216,118,106). Sum of RGB (Red+Green+Blue) = 216+118+106=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8766A is #278995. Grayscale: #929292. Windows color (decimal): -2591126 or 6977240. OLE color: 6977240.

HSL color Cylindrical-coordinate representation of color #D8766A: hue angle of 6.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8766A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216118106-
CMYK00.450.510.15
HSL6.55º58.51%63.14%-
HSV(B)6.55º50.93%84.71%-
XYZ37.428.617.18-
YUV145.93105.47177.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=49.09%
G=26.82%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611810600.450.510.156.5558.5163.14
HexD8766A02D33F73b3f
Octal330166152055631777377
Binary110110001110110110101001011011100111111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8766A; }

 p { color: rgb(216,118,106); }

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

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

 a { background-color: rgb(216,118,106); }

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

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

 span { border-color: rgb(216,118,106); }

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