#DE806E

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

Shades of New York Pink #DE806E

Tints of New York Pink #DE806E

Color information

#DE806E (or 0xDE806E) is unknown color: approx New York Pink. HEX triplet: DE, 80 and 6E. RGB value is (222,128,110). Sum of RGB (Red+Green+Blue) = 222+128+110=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE806E is #217F91. Grayscale: #9A9A9A. Windows color (decimal): -2195346 or 7241950. OLE color: 7241950.

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

Color convert

RGB222128110-
CMYK00.420.500.13
HSL9.64º62.92%65.1%-
HSV(B)9.64º50.45%87.06%-
XYZ40.6632.0918.8-
YUV154.05103.14176.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=48.26%
G=27.83%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212811000.420.500.139.6462.9265.1
HexDE806E02A32Da3f41
Octal33620015605262151277101
Binary110111101000000011011100101010110010110110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE806E; }

 p { color: rgb(222,128,110); }

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

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

 a { background-color: rgb(222,128,110); }

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

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

 span { border-color: rgb(222,128,110); }

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