#db8677

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

Shades of New York Pink #DB8677

Tints of New York Pink #DB8677

Color information

#DB8677 (or 0xDB8677) is unknown color: approx New York Pink. HEX triplet: DB, 86 and 77. RGB value is (219,134,119). Sum of RGB (Red+Green+Blue) = 219+134+119=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8677 is #247988. Grayscale: #9D9D9D. Windows color (decimal): -2390409 or 7833307. OLE color: 7833307.

HSL color Cylindrical-coordinate representation of color #DB8677: hue angle of 9º 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 #DB8677 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219134119-
CMYK00.390.460.14
HSL58.14%66.27%-
HSV(B)45.66%85.88%-
XYZ41.0733.4421.74-
YUV157.71106.16171.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=46.40%
G=28.39%
B=25.21%

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
Decimal21913411900.390.460.14958.1466.27
HexDB86770272EE93a42
Octal33320616704756161172102
Binary110110111000011011101110100111101110111010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db8677; }

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

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

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

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

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

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

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

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