#df8c72

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

Shades of New York Pink #DF8C72

Tints of New York Pink #DF8C72

Color information

#DF8C72 (or 0xDF8C72) is unknown color: approx New York Pink. HEX triplet: DF, 8C and 72. RGB value is (223,140,114). Sum of RGB (Red+Green+Blue) = 223+140+114=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C72 is #20738D. Grayscale: #A2A2A2. Windows color (decimal): -2126734 or 7507167. OLE color: 7507167.

HSL color Cylindrical-coordinate representation of color #DF8C72: hue angle of 14.31º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF8C72 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB223140114-
CMYK00.370.490.13
HSL14.31º63.01%66.08%-
HSV(B)14.31º48.88%87.45%-
XYZ42.8535.6620.54-
YUV161.85101171.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=46.75%
G=29.35%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314011400.370.490.1314.3163.0166.08
HexDF8C7202531De3f42
Octal33721416204561151677102
Binary110111111000110011100100100101110001110111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df8c72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df8c72; }

 p { color: rgb(223,140,114); }

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

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

 a { background-color: rgb(223,140,114); }

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

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

 span { border-color: rgb(223,140,114); }

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