#DF8A7B

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

Shades of New York Pink #DF8A7B

Tints of New York Pink #DF8A7B

Color information

#DF8A7B (or 0xDF8A7B) is unknown color: approx New York Pink. HEX triplet: DF, 8A and 7B. RGB value is (223,138,123). Sum of RGB (Red+Green+Blue) = 223+138+123=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A7B is #207584. Grayscale: #A1A1A1. Windows color (decimal): -2127237 or 8096479. OLE color: 8096479.

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

Color convert

RGB223138123-
CMYK00.380.450.13
HSL60.98%67.84%-
HSV(B)44.84%87.45%-
XYZ43.135.2923.28-
YUV161.7106.16171.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=46.07%
G=28.51%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313812300.380.450.13960.9867.84
HexDF8A7B0262DD93d44
Octal33721217304655151175104
Binary110111111000101011110110100110101101110110011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A7B; }

 p { color: rgb(223,138,123); }

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

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

 a { background-color: rgb(223,138,123); }

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

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

 span { border-color: rgb(223,138,123); }

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