Html Css Color HEX #DF8872 New York Pink

📋 copy color: '#DF8872'

red 223 ◦ green 136 ◦ blue 114

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

Shades of New York Pink #DF8872

Tints of New York Pink #DF8872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.75%

 BLUE value IS 114 (44.92% from 255) = 24.1%

R = 47.15%
G = 28.75%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8872 (or 0xDF8872) is known color: New York Pink. HEX triplet: DF, 88 and 72. RGB value is (223,136,114). Sum of RGB (Red+Green+Blue) = 223+136+114=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8872 is #20778D. Grayscale: #9F9F9F. Windows color (decimal): -2127758 or 7506143. OLE color: 7506143.

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

Color convert

RGB 223 136 114 -
CMYK 0 0.39 0.49 0.13
HSL 12.11º 0.63% 0.66% -
HSV(B) 12.11º 0.49% 0.87% -
XYZ 42.27 34.51 20.35 -
YUV 159.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 223 136 114 0 0.39 0.49 0.13 12.11 0.63 0.66
Hex DF 88 72 0 27 31 D C 3F 42
Octal 337 210 162 0 47 61 15 14 77 102
Binary 11011111 10001000 1110010 0 100111 110001 1101 1100 111111 1000010

Color Harmonies of #DF8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8872

Black with #DF8872

Text Example


Text Example

White with #DF8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8872; }

 p { color: rgb(223,136,114); }

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

background-color css

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

 a { background-color: rgb(223,136,114); }

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

border-color css

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

 span { border-color: rgb(223,136,114); }

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