#DB796F

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

Shades of New York Pink #DB796F

Tints of New York Pink #DB796F

Color information

#DB796F (or 0xDB796F) is unknown color: approx New York Pink. HEX triplet: DB, 79 and 6F. RGB value is (219,121,111). Sum of RGB (Red+Green+Blue) = 219+121+111=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB796F is #248690. Grayscale: #959595. Windows color (decimal): -2393745 or 7305691. OLE color: 7305691.

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

Color convert

RGB219121111-
CMYK00.450.490.14
HSL5.56º60%64.71%-
HSV(B)5.56º49.32%85.88%-
XYZ38.9229.8818.76-
YUV149.16106.47177.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=48.56%
G=26.83%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912111100.450.490.145.566064.71
HexDB796F02D31E63c41
Octal3331711570556116674101
Binary1101101111110011101111010110111000111101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB796F; }

 p { color: rgb(219,121,111); }

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

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

 a { background-color: rgb(219,121,111); }

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

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

 span { border-color: rgb(219,121,111); }

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