#d68777

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

Shades of New York Pink #D68777

Tints of New York Pink #D68777

Color information

#D68777 (or 0xD68777) is unknown color: approx New York Pink. HEX triplet: D6, 87 and 77. RGB value is (214,135,119). Sum of RGB (Red+Green+Blue) = 214+135+119=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68777 is #297888. Grayscale: #9C9C9C. Windows color (decimal): -2717833 or 7833558. OLE color: 7833558.

HSL color Cylindrical-coordinate representation of color #D68777: hue angle of 10.11º degrees, saturation: 0.54, 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 #D68777 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214135119-
CMYK00.370.440.16
HSL10.11º53.67%65.29%-
HSV(B)10.11º44.39%83.92%-
XYZ39.7332.9621.72-
YUV156.8106.67168.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=45.73%
G=28.85%
B=25.43%

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
Decimal21413511900.370.440.1610.1153.6765.29
HexD687770252C10a3641
Octal32620716704554201266101
Binary1101011010000111111011101001011011001000010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68777; }

 p { color: rgb(214,135,119); }

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

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

 a { background-color: rgb(214,135,119); }

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

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

 span { border-color: rgb(214,135,119); }

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