#D68076

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

Shades of New York Pink #D68076

Tints of New York Pink #D68076

Color information

#D68076 (or 0xD68076) is unknown color: approx New York Pink. HEX triplet: D6, 80 and 76. RGB value is (214,128,118). Sum of RGB (Red+Green+Blue) = 214+128+118=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D68076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68076 is #297F89. Grayscale: #989898. Windows color (decimal): -2719626 or 7766230. OLE color: 7766230.

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

Color convert

RGB214128118-
CMYK00.400.450.16
HSL6.25º53.93%65.1%-
HSV(B)6.25º44.86%83.92%-
XYZ38.7231.0421.09-
YUV152.57108.49171.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=46.52%
G=27.83%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412811800.400.450.166.2553.9365.1
HexD680760282D1063641
Octal3262001660505520666101
Binary110101101000000011101100101000101101100001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68076; }

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

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

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

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

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

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

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

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