#DF867A

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

Shades of New York Pink #DF867A

Tints of New York Pink #DF867A

Color information

#DF867A (or 0xDF867A) is unknown color: approx New York Pink. HEX triplet: DF, 86 and 7A. RGB value is (223,134,122). Sum of RGB (Red+Green+Blue) = 223+134+122=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF867A is #207985. Grayscale: #9F9F9F. Windows color (decimal): -2128262 or 8029919. OLE color: 8029919.

HSL color Cylindrical-coordinate representation of color #DF867A: hue angle of 7.13º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF867A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB223134122-
CMYK00.400.450.13
HSL7.13º61.21%67.65%-
HSV(B)7.13º45.29%87.45%-
XYZ42.4734.1422.76-
YUV159.24106.99173.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=46.56%
G=27.97%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313412200.400.450.137.1361.2167.65
HexDF867A0282DD73d44
Octal3372061720505515775104
Binary11011111100001101111010010100010110111011111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF867A; }

 p { color: rgb(223,134,122); }

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

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

 a { background-color: rgb(223,134,122); }

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

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

 span { border-color: rgb(223,134,122); }

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