#D67E74

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

Shades of New York Pink #D67E74

Tints of New York Pink #D67E74

Color information

#D67E74 (or 0xD67E74) is unknown color: approx New York Pink. HEX triplet: D6, 7E and 74. RGB value is (214,126,116). Sum of RGB (Red+Green+Blue) = 214+126+116=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E74 is #29818B. Grayscale: #979797. Windows color (decimal): -2720140 or 7634646. OLE color: 7634646.

HSL color Cylindrical-coordinate representation of color #D67E74: hue angle of 6.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67E74 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214126116-
CMYK00.410.460.16
HSL6.12º54.44%64.71%-
HSV(B)6.12º45.79%83.92%-
XYZ38.3430.4820.39-
YUV151.17108.15172.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=46.93%
G=27.63%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412611600.410.460.166.1254.4464.71
HexD67E740292E1063641
Octal3261761640515620666101
Binary11010110111111011101000101001101110100001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E74; }

 p { color: rgb(214,126,116); }

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

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

 a { background-color: rgb(214,126,116); }

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

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

 span { border-color: rgb(214,126,116); }

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