#D4766F

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

Shades of New York Pink #D4766F

Tints of New York Pink #D4766F

Color information

#D4766F (or 0xD4766F) is unknown color: approx New York Pink. HEX triplet: D4, 76 and 6F. RGB value is (212,118,111). Sum of RGB (Red+Green+Blue) = 212+118+111=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4766F is #2B8990. Grayscale: #919191. Windows color (decimal): -2853265 or 7304916. OLE color: 7304916.

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

Color convert

RGB212118111-
CMYK00.440.480.17
HSL4.16º54.01%63.33%-
HSV(B)4.16º47.64%83.14%-
XYZ36.528.118.54-
YUV145.31108.64175.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=48.07%
G=26.76%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211811100.440.480.174.1654.0163.33
HexD4766F02C30114363f
Octal324166157054602146677
Binary1101010011101101101111010110011000010001100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4766F; }

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

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

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

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

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

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

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

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