#DB786D

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

Shades of New York Pink #DB786D

Tints of New York Pink #DB786D

Color information

#DB786D (or 0xDB786D) is unknown color: approx New York Pink. HEX triplet: DB, 78 and 6D. RGB value is (219,120,109). Sum of RGB (Red+Green+Blue) = 219+120+109=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB786D is #248792. Grayscale: #949494. Windows color (decimal): -2394003 or 7174363. OLE color: 7174363.

HSL color Cylindrical-coordinate representation of color #DB786D: hue angle of 6º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB786D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219120109-
CMYK00.450.500.14
HSL60.44%64.31%-
HSV(B)50.23%85.88%-
XYZ38.6929.618.14-
YUV148.35105.8178.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=48.88%
G=26.79%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912010900.450.500.14660.4464.31
HexDB786D02D32E63c40
Octal3331701550556216674100
Binary1101101111110001101101010110111001011101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB786D; }

 p { color: rgb(219,120,109); }

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

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

 a { background-color: rgb(219,120,109); }

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

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

 span { border-color: rgb(219,120,109); }

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