Html Css Color HEX #DF8770 New York Pink

📋 copy color: '#DF8770'

red 223 ◦ green 135 ◦ blue 112

#DF8770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DF8770

Tints of New York Pink #DF8770

RGB

 RED value IS 223 (87.5% from 255) = 47.45%

 GREEN value IS 135 (53.13% from 255) = 28.72%

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 47.45%
G = 28.72%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8770 (or 0xDF8770) is known color: New York Pink. HEX triplet: DF, 87 and 70. RGB value is (223,135,112). Sum of RGB (Red+Green+Blue) = 223+135+112=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8770 is #20788F. Grayscale: #9E9E9E. Windows color (decimal): -2128016 or 7374815. OLE color: 7374815.

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

Color convert

RGB 223 135 112 -
CMYK 0 0.39 0.50 0.13
HSL 12.43º 0.63% 0.66% -
HSV(B) 12.43º 0.5% 0.87% -
XYZ 42.02 34.19 19.71 -
YUV 158.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 223 135 112 0 0.39 0.50 0.13 12.43 0.63 0.66
Hex DF 87 70 0 27 32 D C 3F 42
Octal 337 207 160 0 47 62 15 14 77 102
Binary 11011111 10000111 1110000 0 100111 110010 1101 1100 111111 1000010

Color Harmonies of #DF8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8770

Black with #DF8770

Text Example


Text Example

White with #DF8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8770; }

 p { color: rgb(223,135,112); }

 H1.HeaderClassName
 {
   color: #DF8770;
 }
 .AnyTagClassName
 {
   color: #DF8770;
 }
</style>

background-color css

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

 a { background-color: rgb(223,135,112); }

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

border-color css

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

 span { border-color: rgb(223,135,112); }

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