#DF8E76

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

Shades of New York Pink #DF8E76

Tints of New York Pink #DF8E76

Color information

#DF8E76 (or 0xDF8E76) is unknown color: approx New York Pink. HEX triplet: DF, 8E and 76. RGB value is (223,142,118). Sum of RGB (Red+Green+Blue) = 223+142+118=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E76 is #207189. Grayscale: #A3A3A3. Windows color (decimal): -2126218 or 7769823. OLE color: 7769823.

HSL color Cylindrical-coordinate representation of color #DF8E76: hue angle of 13.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF8E76 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB223142118-
CMYK00.360.470.13
HSL13.71º62.13%66.86%-
HSV(B)13.71º47.09%87.45%-
XYZ43.3736.3421.87-
YUV163.48102.34170.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=46.17%
G=29.40%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314211800.360.470.1313.7162.1366.86
HexDF8E760242FDe3e43
Octal33721616604457151676103
Binary110111111000111011101100100100101111110111101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8E76; }

 p { color: rgb(223,142,118); }

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

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

 a { background-color: rgb(223,142,118); }

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

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

 span { border-color: rgb(223,142,118); }

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