Html Css Color HEX #DF8270 New York Pink

📋 copy color: '#DF8270'

red 223 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #DF8270

Tints of New York Pink #DF8270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 47.96%
G = 27.96%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8270 (or 0xDF8270) is known color: New York Pink. HEX triplet: DF, 82 and 70. RGB value is (223,130,112). Sum of RGB (Red+Green+Blue) = 223+130+112=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8270 is #207D8F. Grayscale: #9B9B9B. Windows color (decimal): -2129296 or 7373535. OLE color: 7373535.

HSL color Cylindrical-coordinate representation of color #DF8270: hue angle of 9.73º 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 #DF8270 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 112 -
CMYK 0 0.42 0.50 0.13
HSL 9.73º 0.63% 0.66% -
HSV(B) 9.73º 0.5% 0.87% -
XYZ 41.34 32.82 19.49 -
YUV 155.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 223 130 112 0 0.42 0.50 0.13 9.73 0.63 0.66
Hex DF 82 70 0 2A 32 D A 3F 42
Octal 337 202 160 0 52 62 15 12 77 102
Binary 11011111 10000010 1110000 0 101010 110010 1101 1010 111111 1000010

Color Harmonies of #DF8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8270

Black with #DF8270

Text Example


Text Example

White with #DF8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8270; }

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

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

background-color css

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

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

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

border-color css

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

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

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