#D9876F

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

Shades of New York Pink #D9876F

Tints of New York Pink #D9876F

Color information

#D9876F (or 0xD9876F) is unknown color: approx New York Pink. HEX triplet: D9, 87 and 6F. RGB value is (217,135,111). Sum of RGB (Red+Green+Blue) = 217+135+111=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9876F is #267890. Grayscale: #9C9C9C. Windows color (decimal): -2521233 or 7309273. OLE color: 7309273.

HSL color Cylindrical-coordinate representation of color #D9876F: hue angle of 13.58º 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 #D9876F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217135111-
CMYK00.380.490.15
HSL13.58º58.24%64.31%-
HSV(B)13.58º48.85%85.1%-
XYZ40.1533.2319.34-
YUV156.78102.17170.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=46.87%
G=29.16%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713511100.380.490.1513.5858.2464.31
HexD9876F02631Fe3a40
Octal33120715704661171672100
Binary110110011000011111011110100110110001111111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9876F; }

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

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

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

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

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

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

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

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