#DF896F

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

Shades of New York Pink #DF896F

Tints of New York Pink #DF896F

Color information

#DF896F (or 0xDF896F) is unknown color: approx New York Pink. HEX triplet: DF, 89 and 6F. RGB value is (223,137,111). Sum of RGB (Red+Green+Blue) = 223+137+111=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF896F is #207690. Grayscale: #9F9F9F. Windows color (decimal): -2127505 or 7309791. OLE color: 7309791.

HSL color Cylindrical-coordinate representation of color #DF896F: hue angle of 13.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF896F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223137111-
CMYK00.390.500.13
HSL13.93º63.64%65.49%-
HSV(B)13.93º50.22%87.45%-
XYZ42.2534.7319.52-
YUV159.75100.49173.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=47.35%
G=29.09%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313711100.390.500.1313.9363.6465.49
HexDF896F02732De4041
Octal337211157047621516100101
Binary1101111110001001110111101001111100101101111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF896F; }

 p { color: rgb(223,137,111); }

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

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

 a { background-color: rgb(223,137,111); }

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

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

 span { border-color: rgb(223,137,111); }

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