Html Css Color HEX #DF867A New York Pink

📋 copy color: '#DF867A'

red 223 ◦ green 134 ◦ blue 122

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

Shades of New York Pink #DF867A

Tints of New York Pink #DF867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 46.56%
G = 27.97%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF867A (or 0xDF867A) is known color: New York Pink. HEX triplet: DF, 86 and 7A. RGB value is (223,134,122). Sum of RGB (Red+Green+Blue) = 223+134+122=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF867A is #207985. Grayscale: #9F9F9F. Windows color (decimal): -2128262 or 8029919. OLE color: 8029919.

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

Color convert

RGB 223 134 122 -
CMYK 0 0.40 0.45 0.13
HSL 7.13º 0.61% 0.68% -
HSV(B) 7.13º 0.45% 0.87% -
XYZ 42.47 34.14 22.76 -
YUV 159.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 223 134 122 0 0.40 0.45 0.13 7.13 0.61 0.68
Hex DF 86 7A 0 28 2D D 7 3D 44
Octal 337 206 172 0 50 55 15 7 75 104
Binary 11011111 10000110 1111010 0 101000 101101 1101 111 111101 1000100

Color Harmonies of #DF867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF867A

Black with #DF867A

Text Example


Text Example

White with #DF867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF867A; }

 p { color: rgb(223,134,122); }

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

background-color css

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

 a { background-color: rgb(223,134,122); }

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

border-color css

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

 span { border-color: rgb(223,134,122); }

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