Html Css Color HEX #DF866D New York Pink

📋 copy color: '#DF866D'

red 223 ◦ green 134 ◦ blue 109

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

Shades of New York Pink #DF866D

Tints of New York Pink #DF866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 47.85%
G = 28.76%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF866D (or 0xDF866D) is known color: New York Pink. HEX triplet: DF, 86 and 6D. RGB value is (223,134,109). Sum of RGB (Red+Green+Blue) = 223+134+109=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF866D is #207992. Grayscale: #9D9D9D. Windows color (decimal): -2128275 or 7177951. OLE color: 7177951.

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

Color convert

RGB 223 134 109 -
CMYK 0 0.40 0.51 0.13
HSL 13.16º 0.64% 0.65% -
HSV(B) 13.16º 0.51% 0.87% -
XYZ 41.72 33.84 18.8 -
YUV 157.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 223 134 109 0 0.40 0.51 0.13 13.16 0.64 0.65
Hex DF 86 6D 0 28 33 D D 40 41
Octal 337 206 155 0 50 63 15 15 100 101
Binary 11011111 10000110 1101101 0 101000 110011 1101 1101 1000000 1000001

Color Harmonies of #DF866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF866D

Black with #DF866D

Text Example


Text Example

White with #DF866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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