#D68471

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

Shades of New York Pink #D68471

Tints of New York Pink #D68471

Color information

#D68471 (or 0xD68471) is unknown color: approx New York Pink. HEX triplet: D6, 84 and 71. RGB value is (214,132,113). Sum of RGB (Red+Green+Blue) = 214+132+113=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68471 is #297B8E. Grayscale: #9A9A9A. Windows color (decimal): -2718607 or 7439574. OLE color: 7439574.

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

Color convert

RGB214132113-
CMYK00.380.470.16
HSL11.29º55.19%64.12%-
HSV(B)11.29º47.2%83.92%-
XYZ38.9631.9919.74-
YUV154.35104.67170.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=46.62%
G=28.76%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413211300.380.470.1611.2955.1964.12
HexD684710262F10b3740
Octal32620416104657201367100
Binary1101011010000100111000101001101011111000010111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68471; }

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

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

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

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

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

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

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

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