#D47B6D

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

Shades of New York Pink #D47B6D

Tints of New York Pink #D47B6D

Color information

#D47B6D (or 0xD47B6D) is unknown color: approx New York Pink. HEX triplet: D4, 7B and 6D. RGB value is (212,123,109). Sum of RGB (Red+Green+Blue) = 212+123+109=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B6D is #2B8492. Grayscale: #949494. Windows color (decimal): -2851987 or 7175124. OLE color: 7175124.

HSL color Cylindrical-coordinate representation of color #D47B6D: hue angle of 8.16º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D47B6D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212123109-
CMYK00.420.490.17
HSL8.16º54.5%62.94%-
HSV(B)8.16º48.58%83.14%-
XYZ36.9929.2718.17-
YUV148.01105.99173.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=47.75%
G=27.70%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212310900.420.490.178.1654.562.94
HexD47B6D02A31118363f
Octal3241731550526121106677
Binary11010100111101111011010101010110001100011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47B6D; }

 p { color: rgb(212,123,109); }

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

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

 a { background-color: rgb(212,123,109); }

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

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

 span { border-color: rgb(212,123,109); }

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