Html Css Color HEX #DF896F New York Pink

📋 copy color: '#DF896F'

red 223 ◦ green 137 ◦ blue 111

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

Shades of New York Pink #DF896F

Tints of New York Pink #DF896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 47.35%
G = 29.09%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF896F (or 0xDF896F) is known color: New York Pink. HEX triplet: DF, 89 and 6F. RGB value is (223,137,111). Sum of RGB (Red+Green+Blue) = 223+137+111=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF896F is #207690. Grayscale: #9F9F9F. Windows color (decimal): -2127505 or 7309791. OLE color: 7309791.

HSL color Cylindrical-coordinate representation of color #DF896F: hue angle of 13.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF896F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 137 111 -
CMYK 0 0.39 0.50 0.13
HSL 13.93º 0.64% 0.65% -
HSV(B) 13.93º 0.5% 0.87% -
XYZ 42.25 34.73 19.52 -
YUV 159.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 223 137 111 0 0.39 0.50 0.13 13.93 0.64 0.65
Hex DF 89 6F 0 27 32 D E 40 41
Octal 337 211 157 0 47 62 15 16 100 101
Binary 11011111 10001001 1101111 0 100111 110010 1101 1110 1000000 1000001

Color Harmonies of #DF896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF896F

Black with #DF896F

Text Example


Text Example

White with #DF896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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