#D7836F

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

Shades of New York Pink #D7836F

Tints of New York Pink #D7836F

Color information

#D7836F (or 0xD7836F) is unknown color: approx New York Pink. HEX triplet: D7, 83 and 6F. RGB value is (215,131,111). Sum of RGB (Red+Green+Blue) = 215+131+111=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7836F is #287C90. Grayscale: #9A9A9A. Windows color (decimal): -2653329 or 7308247. OLE color: 7308247.

HSL color Cylindrical-coordinate representation of color #D7836F: hue angle of 11.54º 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 #D7836F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215131111-
CMYK00.390.480.16
HSL11.54º56.52%63.92%-
HSV(B)11.54º48.37%84.31%-
XYZ39.0131.8319.13-
YUV153.84103.83171.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=47.05%
G=28.67%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513111100.390.480.1611.5456.5263.92
HexD7836F0273010c3940
Octal32720315704760201471100
Binary1101011110000011110111101001111100001000011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7836F; }

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

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

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

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

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

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

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

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