#D68876

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

Shades of New York Pink #D68876

Tints of New York Pink #D68876

Color information

#D68876 (or 0xD68876) is unknown color: approx New York Pink. HEX triplet: D6, 88 and 76. RGB value is (214,136,118). Sum of RGB (Red+Green+Blue) = 214+136+118=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68876 is #297789. Grayscale: #9D9D9D. Windows color (decimal): -2717578 or 7768278. OLE color: 7768278.

HSL color Cylindrical-coordinate representation of color #D68876: hue angle of 11.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 #D68876 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214136118-
CMYK00.360.450.16
HSL11.25º53.93%65.1%-
HSV(B)11.25º44.86%83.92%-
XYZ39.8133.2121.45-
YUV157.27105.84168.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=45.73%
G=29.06%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413611800.360.450.1611.2553.9365.1
HexD688760242D10b3641
Octal32621016604455201366101
Binary1101011010001000111011001001001011011000010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68876; }

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

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

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

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

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

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

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

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