#DF8B73

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

Shades of New York Pink #DF8B73

Tints of New York Pink #DF8B73

Color information

#DF8B73 (or 0xDF8B73) is unknown color: approx New York Pink. HEX triplet: DF, 8B and 73. RGB value is (223,139,115). Sum of RGB (Red+Green+Blue) = 223+139+115=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B73 is #20748C. Grayscale: #A1A1A1. Windows color (decimal): -2126989 or 7572447. OLE color: 7572447.

HSL color Cylindrical-coordinate representation of color #DF8B73: hue angle of 13.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF8B73 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223139115-
CMYK00.380.480.13
HSL13.33º62.79%66.27%-
HSV(B)13.33º48.43%87.45%-
XYZ42.7635.3920.8-
YUV161.38101.83171.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=46.75%
G=29.14%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313911500.380.480.1313.3362.7966.27
HexDF8B7302630Dd3f42
Octal33721316304660151577102
Binary110111111000101111100110100110110000110111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8B73; }

 p { color: rgb(223,139,115); }

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

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

 a { background-color: rgb(223,139,115); }

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

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

 span { border-color: rgb(223,139,115); }

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