#DE806A

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

Shades of New York Pink #DE806A

Tints of New York Pink #DE806A

Color information

#DE806A (or 0xDE806A) is unknown color: approx New York Pink. HEX triplet: DE, 80 and 6A. RGB value is (222,128,106). Sum of RGB (Red+Green+Blue) = 222+128+106=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE806A is #217F95. Grayscale: #999999. Windows color (decimal): -2195350 or 6979806. OLE color: 6979806.

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

Color convert

RGB222128106-
CMYK00.420.520.13
HSL11.38º63.74%64.31%-
HSV(B)11.38º52.25%87.06%-
XYZ40.4432.0117.68-
YUV153.6101.14176.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=48.68%
G=28.07%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212810600.420.520.1311.3863.7464.31
HexDE806A02A34Db4040
Octal336200152052641513100100
Binary1101111010000000110101001010101101001101101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE806A; }

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

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

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

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

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

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

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

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