#D9816B

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

Shades of New York Pink #D9816B

Tints of New York Pink #D9816B

Color information

#D9816B (or 0xD9816B) is unknown color: approx New York Pink. HEX triplet: D9, 81 and 6B. RGB value is (217,129,107). Sum of RGB (Red+Green+Blue) = 217+129+107=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9816B is #267E94. Grayscale: #989898. Windows color (decimal): -2522773 or 7045593. OLE color: 7045593.

HSL color Cylindrical-coordinate representation of color #D9816B: hue angle of 12º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9816B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217129107-
CMYK00.410.510.15
HSL12º59.14%63.53%-
HSV(B)12º50.69%85.1%-
XYZ39.1231.5117.93-
YUV152.8102.15173.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=47.90%
G=28.48%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712910700.410.510.151259.1463.53
HexD9816B02933Fc3b40
Octal33120115305163171473100
Binary110110011000000111010110101001110011111111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9816B; }

 p { color: rgb(217,129,107); }

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

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

 a { background-color: rgb(217,129,107); }

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

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

 span { border-color: rgb(217,129,107); }

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