#D68577

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

Shades of New York Pink #D68577

Tints of New York Pink #D68577

Color information

#D68577 (or 0xD68577) is unknown color: approx New York Pink. HEX triplet: D6, 85 and 77. RGB value is (214,133,119). Sum of RGB (Red+Green+Blue) = 214+133+119=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D68577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68577 is #297A88. Grayscale: #9B9B9B. Windows color (decimal): -2718345 or 7833046. OLE color: 7833046.

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

Color convert

RGB214133119-
CMYK00.380.440.16
HSL8.84º53.67%65.29%-
HSV(B)8.84º44.39%83.92%-
XYZ39.4532.421.63-
YUV155.62107.34169.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.92%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=45.92%
G=28.54%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413311900.380.440.168.8453.6765.29
HexD685770262C1093641
Octal32620516704654201166101
Binary1101011010000101111011101001101011001000010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68577; }

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

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

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

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

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

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

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

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