#D9816C

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

Shades of New York Pink #D9816C

Tints of New York Pink #D9816C

Color information

#D9816C (or 0xD9816C) is unknown color: approx New York Pink. HEX triplet: D9, 81 and 6C. RGB value is (217,129,108). Sum of RGB (Red+Green+Blue) = 217+129+108=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9816C is #267E93. Grayscale: #999999. Windows color (decimal): -2522772 or 7111129. OLE color: 7111129.

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

Color convert

RGB217129108-
CMYK00.410.500.15
HSL11.56º58.92%63.73%-
HSV(B)11.56º50.23%85.1%-
XYZ39.1731.5318.21-
YUV152.92102.65173.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=47.80%
G=28.41%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712910800.410.500.1511.5658.9263.73
HexD9816C02932Fc3b40
Octal33120115405162171473100
Binary110110011000000111011000101001110010111111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9816C; }

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

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

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

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

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

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

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

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