#D8806A

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

Shades of New York Pink #D8806A

Tints of New York Pink #D8806A

Color information

#D8806A (or 0xD8806A) is unknown color: approx New York Pink. HEX triplet: D8, 80 and 6A. RGB value is (216,128,106). Sum of RGB (Red+Green+Blue) = 216+128+106=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8806A is #277F95. Grayscale: #979797. Windows color (decimal): -2588566 or 6979800. OLE color: 6979800.

HSL color Cylindrical-coordinate representation of color #D8806A: hue angle of 12º 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 #D8806A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216128106-
CMYK00.410.510.15
HSL12º58.51%63.14%-
HSV(B)12º50.93%84.71%-
XYZ38.6431.0817.6-
YUV151.8102.15173.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=48%
G=28.44%
B=23.56%

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
Decimal21612810600.410.510.151258.5163.14
HexD8806A02933Fc3b3f
Octal3302001520516317147377
Binary11011000100000001101010010100111001111111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8806A; }

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

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

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

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

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

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

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

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