#D7806C

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

Shades of New York Pink #D7806C

Tints of New York Pink #D7806C

Color information

#D7806C (or 0xD7806C) is unknown color: approx New York Pink. HEX triplet: D7, 80 and 6C. RGB value is (215,128,108). Sum of RGB (Red+Green+Blue) = 215+128+108=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7806C is #287F93. Grayscale: #979797. Windows color (decimal): -2654100 or 7110871. OLE color: 7110871.

HSL color Cylindrical-coordinate representation of color #D7806C: hue angle of 11.21º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7806C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215128108-
CMYK00.400.500.16
HSL11.21º57.22%63.33%-
HSV(B)11.21º49.77%84.31%-
XYZ38.4530.9718.14-
YUV151.73103.32173.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=47.67%
G=28.38%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512810800.400.500.1611.2157.2263.33
HexD7806C0283210b393f
Octal3272001540506220137177
Binary110101111000000011011000101000110010100001011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7806C; }

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

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

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

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

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

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

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

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