#D47769

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

Shades of New York Pink #D47769

Tints of New York Pink #D47769

Color information

#D47769 (or 0xD47769) is unknown color: approx New York Pink. HEX triplet: D4, 77 and 69. RGB value is (212,119,105). Sum of RGB (Red+Green+Blue) = 212+119+105=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D47769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47769 is #2B8896. Grayscale: #919191. Windows color (decimal): -2853015 or 6911956. OLE color: 6911956.

HSL color Cylindrical-coordinate representation of color #D47769: hue angle of 7.85º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D47769 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212119105-
CMYK00.440.500.17
HSL7.85º55.44%62.16%-
HSV(B)7.85º50.47%83.14%-
XYZ36.328.2116.9-
YUV145.21105.31175.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.62%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=48.62%
G=27.29%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211910500.440.500.177.8555.4462.16
HexD4776902C32118373e
Octal3241671510546221106776
Binary11010100111011111010010101100110010100011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47769; }

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

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

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

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

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

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

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

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