#DE806C

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

Shades of New York Pink #DE806C

Tints of New York Pink #DE806C

Color information

#DE806C (or 0xDE806C) is unknown color: approx New York Pink. HEX triplet: DE, 80 and 6C. RGB value is (222,128,108). Sum of RGB (Red+Green+Blue) = 222+128+108=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE806C is #217F93. Grayscale: #9A9A9A. Windows color (decimal): -2195348 or 7110878. OLE color: 7110878.

HSL color Cylindrical-coordinate representation of color #DE806C: hue angle of 10.53º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE806C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB222128108-
CMYK00.420.510.13
HSL10.53º63.33%64.71%-
HSV(B)10.53º51.35%87.06%-
XYZ40.5532.0518.24-
YUV153.83102.14176.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=48.47%
G=27.95%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212810800.420.510.1310.5363.3364.71
HexDE806C02A33Db3f41
Octal33620015405263151377101
Binary110111101000000011011000101010110011110110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE806C; }

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

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

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

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

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

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

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

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