#D7806F

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

Shades of New York Pink #D7806F

Tints of New York Pink #D7806F

Color information

#D7806F (or 0xD7806F) is unknown color: approx New York Pink. HEX triplet: D7, 80 and 6F. RGB value is (215,128,111). Sum of RGB (Red+Green+Blue) = 215+128+111=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7806F is #287F90. Grayscale: #989898. Windows color (decimal): -2654097 or 7307479. OLE color: 7307479.

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

Color convert

RGB215128111-
CMYK00.400.480.16
HSL9.81º56.52%63.92%-
HSV(B)9.81º48.37%84.31%-
XYZ38.6131.0318.99-
YUV152.07104.82172.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=47.36%
G=28.19%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512811100.400.480.169.8156.5263.92
HexD7806F0283010a3940
Octal32720015705060201271100
Binary1101011110000000110111101010001100001000010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7806F; }

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

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

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

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

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

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

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

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