#DB8676

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

Shades of New York Pink #DB8676

Tints of New York Pink #DB8676

Color information

#DB8676 (or 0xDB8676) is unknown color: approx New York Pink. HEX triplet: DB, 86 and 76. RGB value is (219,134,118). Sum of RGB (Red+Green+Blue) = 219+134+118=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8676 is #247989. Grayscale: #9D9D9D. Windows color (decimal): -2390410 or 7767771. OLE color: 7767771.

HSL color Cylindrical-coordinate representation of color #DB8676: hue angle of 9.5º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB8676 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219134118-
CMYK00.390.460.14
HSL9.5º58.38%66.08%-
HSV(B)9.5º46.12%85.88%-
XYZ41.0133.4221.43-
YUV157.59105.66171.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=46.50%
G=28.45%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913411800.390.460.149.558.3866.08
HexDB86760272EEa3a42
Octal33320616604756161272102
Binary110110111000011011101100100111101110111010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8676; }

 p { color: rgb(219,134,118); }

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

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

 a { background-color: rgb(219,134,118); }

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

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

 span { border-color: rgb(219,134,118); }

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