#D9816F

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

Shades of New York Pink #D9816F

Tints of New York Pink #D9816F

Color information

#D9816F (or 0xD9816F) is unknown color: approx New York Pink. HEX triplet: D9, 81 and 6F. RGB value is (217,129,111). Sum of RGB (Red+Green+Blue) = 217+129+111=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9816F is #267E90. Grayscale: #999999. Windows color (decimal): -2522769 or 7307737. OLE color: 7307737.

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

Color convert

RGB217129111-
CMYK00.410.490.15
HSL10.19º58.24%64.31%-
HSV(B)10.19º48.85%85.1%-
XYZ39.3331.619.07-
YUV153.26104.15173.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=47.48%
G=28.23%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712911100.410.490.1510.1958.2464.31
HexD9816F02931Fa3a40
Octal33120115705161171272100
Binary110110011000000111011110101001110001111110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9816F; }

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

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

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

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

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

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

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

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