#DE8670

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

Shades of New York Pink #DE8670

Tints of New York Pink #DE8670

Color information

#DE8670 (or 0xDE8670) is unknown color: approx New York Pink. HEX triplet: DE, 86 and 70. RGB value is (222,134,112). Sum of RGB (Red+Green+Blue) = 222+134+112=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8670 is #21798F. Grayscale: #9D9D9D. Windows color (decimal): -2193808 or 7374558. OLE color: 7374558.

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

Color convert

RGB222134112-
CMYK00.400.500.13
HSL12º62.5%65.49%-
HSV(B)12º49.55%87.06%-
XYZ41.5733.7519.65-
YUV157.8102.15173.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=47.44%
G=28.63%
B=23.93%

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
Decimal22213411200.400.500.131262.565.49
HexDE867002832Dc3e41
Octal33620616005062151476101
Binary110111101000011011100000101000110010110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8670; }

 p { color: rgb(222,134,112); }

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

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

 a { background-color: rgb(222,134,112); }

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

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

 span { border-color: rgb(222,134,112); }

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