#D4766B

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

Shades of New York Pink #D4766B

Tints of New York Pink #D4766B

Color information

#D4766B (or 0xD4766B) is unknown color: approx New York Pink. HEX triplet: D4, 76 and 6B. RGB value is (212,118,107). Sum of RGB (Red+Green+Blue) = 212+118+107=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4766B is #2B8994. Grayscale: #909090. Windows color (decimal): -2853269 or 7042772. OLE color: 7042772.

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

Color convert

RGB212118107-
CMYK00.440.500.17
HSL6.29º54.97%62.55%-
HSV(B)6.29º49.53%83.14%-
XYZ36.2828.0217.41-
YUV144.85106.64175.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 107 (42.19% from 255) = 24.49%
R=48.51%
G=27.00%
B=24.49%

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
Decimal21211810700.440.500.176.2954.9762.55
HexD4766B02C32116373f
Octal324166153054622166777
Binary1101010011101101101011010110011001010001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4766B; }

 p { color: rgb(212,118,107); }

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

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

 a { background-color: rgb(212,118,107); }

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

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

 span { border-color: rgb(212,118,107); }

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