#D68474

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

Shades of New York Pink #D68474

Tints of New York Pink #D68474

Color information

#D68474 (or 0xD68474) is unknown color: approx New York Pink. HEX triplet: D6, 84 and 74. RGB value is (214,132,116). Sum of RGB (Red+Green+Blue) = 214+132+116=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68474 is #297B8B. Grayscale: #9A9A9A. Windows color (decimal): -2718604 or 7636182. OLE color: 7636182.

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

Color convert

RGB214132116-
CMYK00.380.460.16
HSL9.8º54.44%64.71%-
HSV(B)9.8º45.79%83.92%-
XYZ39.1432.0620.65-
YUV154.69106.17170.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=46.32%
G=28.57%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413211600.380.460.169.854.4464.71
HexD684740262E10a3641
Octal32620416404656201266101
Binary1101011010000100111010001001101011101000010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68474; }

 p { color: rgb(214,132,116); }

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

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

 a { background-color: rgb(214,132,116); }

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

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

 span { border-color: rgb(214,132,116); }

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