#D67669

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

Shades of New York Pink #D67669

Tints of New York Pink #D67669

Color information

#D67669 (or 0xD67669) is unknown color: approx New York Pink. HEX triplet: D6, 76 and 69. RGB value is (214,118,105). Sum of RGB (Red+Green+Blue) = 214+118+105=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D67669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67669 is #298996. Grayscale: #919191. Windows color (decimal): -2722199 or 6911702. OLE color: 6911702.

HSL color Cylindrical-coordinate representation of color #D67669: hue angle of 7.16º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D67669 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214118105-
CMYK00.450.510.16
HSL7.16º57.07%62.55%-
HSV(B)7.16º50.93%83.92%-
XYZ36.7628.2716.88-
YUV145.22105.3177.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=48.97%
G=27.00%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411810500.450.510.167.1657.0762.55
HexD6766902D33107393f
Octal326166151055632077177
Binary1101011011101101101001010110111001110000111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67669; }

 p { color: rgb(214,118,105); }

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

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

 a { background-color: rgb(214,118,105); }

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

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

 span { border-color: rgb(214,118,105); }

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