#DF866F

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

Shades of New York Pink #DF866F

Tints of New York Pink #DF866F

Color information

#DF866F (or 0xDF866F) is unknown color: approx New York Pink. HEX triplet: DF, 86 and 6F. RGB value is (223,134,111). Sum of RGB (Red+Green+Blue) = 223+134+111=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF866F is #207990. Grayscale: #9E9E9E. Windows color (decimal): -2128273 or 7309023. OLE color: 7309023.

HSL color Cylindrical-coordinate representation of color #DF866F: hue angle of 12.32º 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 #DF866F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223134111-
CMYK00.400.500.13
HSL12.32º63.64%65.49%-
HSV(B)12.32º50.22%87.45%-
XYZ41.8333.8919.38-
YUV157.99101.49174.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.65%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=47.65%
G=28.63%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313411100.400.500.1312.3263.6465.49
HexDF866F02832Dc4041
Octal337206157050621514100101
Binary1101111110000110110111101010001100101101110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF866F; }

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

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

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

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

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

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

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

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