Html Css Color HEX #DF8973 New York Pink

📋 copy color: '#DF8973'

red 223 ◦ green 137 ◦ blue 115

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

Shades of New York Pink #DF8973

Tints of New York Pink #DF8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

 BLUE value IS 115 (45.31% from 255) = 24.21%

R = 46.95%
G = 28.84%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF8973 (or 0xDF8973) is known color: New York Pink. HEX triplet: DF, 89 and 73. RGB value is (223,137,115). Sum of RGB (Red+Green+Blue) = 223+137+115=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8973 is #20768C. Grayscale: #A0A0A0. Windows color (decimal): -2127501 or 7571935. OLE color: 7571935.

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

Color convert

RGB 223 137 115 -
CMYK 0 0.39 0.48 0.13
HSL 12.22º 0.63% 0.66% -
HSV(B) 12.22º 0.48% 0.87% -
XYZ 42.47 34.82 20.7 -
YUV 160.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 223 137 115 0 0.39 0.48 0.13 12.22 0.63 0.66
Hex DF 89 73 0 27 30 D C 3F 42
Octal 337 211 163 0 47 60 15 14 77 102
Binary 11011111 10001001 1110011 0 100111 110000 1101 1100 111111 1000010

Color Harmonies of #DF8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8973

Black with #DF8973

Text Example


Text Example

White with #DF8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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