#DB8D77

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

Shades of New York Pink #DB8D77

Tints of New York Pink #DB8D77

Color information

#DB8D77 (or 0xDB8D77) is unknown color: approx New York Pink. HEX triplet: DB, 8D and 77. RGB value is (219,141,119). Sum of RGB (Red+Green+Blue) = 219+141+119=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D77 is #247288. Grayscale: #A1A1A1. Windows color (decimal): -2388617 or 7835099. OLE color: 7835099.

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

Color convert

RGB219141119-
CMYK00.360.460.14
HSL13.2º58.14%66.27%-
HSV(B)13.2º45.66%85.88%-
XYZ42.0735.4422.08-
YUV161.81103.84168.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.72%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=45.72%
G=29.44%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914111900.360.460.1413.258.1466.27
HexDB8D770242EEd3a42
Octal33321516704456161572102
Binary110110111000110111101110100100101110111011011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8D77; }

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

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

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

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

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

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

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

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