#D9826B

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

Shades of New York Pink #D9826B

Tints of New York Pink #D9826B

Color information

#D9826B (or 0xD9826B) is unknown color: approx New York Pink. HEX triplet: D9, 82 and 6B. RGB value is (217,130,107). Sum of RGB (Red+Green+Blue) = 217+130+107=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9826B is #267D94. Grayscale: #999999. Windows color (decimal): -2522517 or 7045849. OLE color: 7045849.

HSL color Cylindrical-coordinate representation of color #D9826B: hue angle of 12.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9826B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217130107-
CMYK00.400.510.15
HSL12.55º59.14%63.53%-
HSV(B)12.55º50.69%85.1%-
XYZ39.2531.7817.97-
YUV153.39101.82173.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=47.80%
G=28.63%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713010700.400.510.1512.5559.1463.53
HexD9826B02833Fd3b40
Octal33120215305063171573100
Binary110110011000001011010110101000110011111111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9826B; }

 p { color: rgb(217,130,107); }

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

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

 a { background-color: rgb(217,130,107); }

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

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

 span { border-color: rgb(217,130,107); }

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