#D68678

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

Shades of New York Pink #D68678

Tints of New York Pink #D68678

Color information

#D68678 (or 0xD68678) is unknown color: approx New York Pink. HEX triplet: D6, 86 and 78. RGB value is (214,134,120). Sum of RGB (Red+Green+Blue) = 214+134+120=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68678 is #297987. Grayscale: #9C9C9C. Windows color (decimal): -2718088 or 7898838. OLE color: 7898838.

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

Color convert

RGB214134120-
CMYK00.370.440.16
HSL8.94º53.41%65.49%-
HSV(B)8.94º43.93%83.92%-
XYZ39.6532.721.99-
YUV156.32107.5169.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=45.73%
G=28.63%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413412000.370.440.168.9453.4165.49
HexD686780252C1093541
Octal32620617004554201165101
Binary1101011010000110111100001001011011001000010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68678; }

 p { color: rgb(214,134,120); }

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

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

 a { background-color: rgb(214,134,120); }

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

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

 span { border-color: rgb(214,134,120); }

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