Html Css Color HEX #DF867B New York Pink

📋 copy color: '#DF867B'

red 223 ◦ green 134 ◦ blue 123

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

Shades of New York Pink #DF867B

Tints of New York Pink #DF867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.63%

R = 46.46%
G = 27.92%
B = 25.63%

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

#DF867B (or 0xDF867B) is known color: New York Pink. HEX triplet: DF, 86 and 7B. RGB value is (223,134,123). Sum of RGB (Red+Green+Blue) = 223+134+123=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF867B is #207984. Grayscale: #9F9F9F. Windows color (decimal): -2128261 or 8095455. OLE color: 8095455.

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

Color convert

RGB 223 134 123 -
CMYK 0 0.40 0.45 0.13
HSL 6.6º 0.61% 0.68% -
HSV(B) 6.6º 0.45% 0.87% -
XYZ 42.53 34.17 23.09 -
YUV 159.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 223 134 123 0 0.40 0.45 0.13 6.6 0.61 0.68
Hex DF 86 7B 0 28 2D D 7 3D 44
Octal 337 206 173 0 50 55 15 7 75 104
Binary 11011111 10000110 1111011 0 101000 101101 1101 111 111101 1000100

Color Harmonies of #DF867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF867B

Black with #DF867B

Text Example


Text Example

White with #DF867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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