Html Css Color HEX #DF886F New York Pink

📋 copy color: '#DF886F'

red 223 ◦ green 136 ◦ blue 111

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

Shades of New York Pink #DF886F

Tints of New York Pink #DF886F

RGB

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

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

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

R = 47.45%
G = 28.94%
B = 23.62%

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

#DF886F (or 0xDF886F) is known color: New York Pink. HEX triplet: DF, 88 and 6F. RGB value is (223,136,111). Sum of RGB (Red+Green+Blue) = 223+136+111=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF886F is #207790. Grayscale: #9F9F9F. Windows color (decimal): -2127761 or 7309535. OLE color: 7309535.

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

Color convert

RGB 223 136 111 -
CMYK 0 0.39 0.50 0.13
HSL 13.39º 0.64% 0.65% -
HSV(B) 13.39º 0.5% 0.87% -
XYZ 42.1 34.44 19.47 -
YUV 159.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 223 136 111 0 0.39 0.50 0.13 13.39 0.64 0.65
Hex DF 88 6F 0 27 32 D D 40 41
Octal 337 210 157 0 47 62 15 15 100 101
Binary 11011111 10001000 1101111 0 100111 110010 1101 1101 1000000 1000001

Color Harmonies of #DF886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF886F

Black with #DF886F

Text Example


Text Example

White with #DF886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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