#DB7769

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

Shades of New York Pink #DB7769

Tints of New York Pink #DB7769

Color information

#DB7769 (or 0xDB7769) is unknown color: approx New York Pink. HEX triplet: DB, 77 and 69. RGB value is (219,119,105). Sum of RGB (Red+Green+Blue) = 219+119+105=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7769 is #248896. Grayscale: #939393. Windows color (decimal): -2394263 or 6911963. OLE color: 6911963.

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

Color convert

RGB219119105-
CMYK00.460.520.14
HSL7.37º61.29%63.53%-
HSV(B)7.37º52.05%85.88%-
XYZ38.3629.2716.99-
YUV147.3104.13179.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=49.44%
G=26.86%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911910500.460.520.147.3761.2963.53
HexDB776902E34E73d40
Octal3331671510566416775100
Binary1101101111101111101001010111011010011101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7769; }

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

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

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

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

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

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

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

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