#D68579

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

Shades of New York Pink #D68579

Tints of New York Pink #D68579

Color information

#D68579 (or 0xD68579) is unknown color: approx New York Pink. HEX triplet: D6, 85 and 79. RGB value is (214,133,121). Sum of RGB (Red+Green+Blue) = 214+133+121=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68579 is #297A86. Grayscale: #9B9B9B. Windows color (decimal): -2718343 or 7964118. OLE color: 7964118.

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

Color convert

RGB214133121-
CMYK00.380.430.16
HSL7.74º53.14%65.69%-
HSV(B)7.74º43.46%83.92%-
XYZ39.5732.4522.27-
YUV155.85108.34169.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=45.73%
G=28.42%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413312100.380.430.167.7453.1465.69
HexD685790262B1083542
Octal32620517104653201065102
Binary1101011010000101111100101001101010111000010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68579; }

 p { color: rgb(214,133,121); }

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

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

 a { background-color: rgb(214,133,121); }

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

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

 span { border-color: rgb(214,133,121); }

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