#D5806F

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

Shades of New York Pink #D5806F

Tints of New York Pink #D5806F

Color information

#D5806F (or 0xD5806F) is unknown color: approx New York Pink. HEX triplet: D5, 80 and 6F. RGB value is (213,128,111). Sum of RGB (Red+Green+Blue) = 213+128+111=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5806F is #2A7F90. Grayscale: #979797. Windows color (decimal): -2785169 or 7307477. OLE color: 7307477.

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

Color convert

RGB213128111-
CMYK00.400.480.16
HSL10º54.84%63.53%-
HSV(B)10º47.89%83.53%-
XYZ38.0330.7318.97-
YUV151.48105.16171.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=47.12%
G=28.32%
B=24.56%

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
Decimal21312811100.400.480.161054.8463.53
HexD5806F0283010a3740
Octal32520015705060201267100
Binary1101010110000000110111101010001100001000010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5806F; }

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

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

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

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

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

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

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

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