#D9806A

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

Shades of New York Pink #D9806A

Tints of New York Pink #D9806A

Color information

#D9806A (or 0xD9806A) is unknown color: approx New York Pink. HEX triplet: D9, 80 and 6A. RGB value is (217,128,106). Sum of RGB (Red+Green+Blue) = 217+128+106=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9806A is #267F95. Grayscale: #989898. Windows color (decimal): -2523030 or 6979801. OLE color: 6979801.

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

Color convert

RGB217128106-
CMYK00.410.510.15
HSL11.89º59.36%63.33%-
HSV(B)11.89º51.15%85.1%-
XYZ38.9431.2317.61-
YUV152.1101.99174.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.12%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=48.12%
G=28.38%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712810600.410.510.1511.8959.3663.33
HexD9806A02933Fc3b3f
Octal3312001520516317147377
Binary11011001100000001101010010100111001111111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9806A; }

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

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

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

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

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

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

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

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