#D88774

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

Shades of New York Pink #D88774

Tints of New York Pink #D88774

Color information

#D88774 (or 0xD88774) is unknown color: approx New York Pink. HEX triplet: D8, 87 and 74. RGB value is (216,135,116). Sum of RGB (Red+Green+Blue) = 216+135+116=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D88774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88774 is #27788B. Grayscale: #9D9D9D. Windows color (decimal): -2586764 or 7636952. OLE color: 7636952.

HSL color Cylindrical-coordinate representation of color #D88774: hue angle of 11.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D88774 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB216135116-
CMYK00.380.460.15
HSL11.4º56.18%65.1%-
HSV(B)11.4º46.3%84.71%-
XYZ40.1433.1920.81-
YUV157.05104.84170.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=46.25%
G=28.91%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613511600.380.460.1511.456.1865.1
HexD887740262EFb3841
Octal33020716404656171370101
Binary110110001000011111101000100110101110111110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88774; }

 p { color: rgb(216,135,116); }

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

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

 a { background-color: rgb(216,135,116); }

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

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

 span { border-color: rgb(216,135,116); }

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