Html Css Color HEX #DF856D New York Pink

📋 copy color: '#DF856D'

red 223 ◦ green 133 ◦ blue 109

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

Shades of New York Pink #DF856D

Tints of New York Pink #DF856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

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

R = 47.96%
G = 28.6%
B = 23.44%

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

#DF856D (or 0xDF856D) is known color: New York Pink. HEX triplet: DF, 85 and 6D. RGB value is (223,133,109). Sum of RGB (Red+Green+Blue) = 223+133+109=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF856D is #207A92. Grayscale: #9D9D9D. Windows color (decimal): -2128531 or 7177695. OLE color: 7177695.

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

Color convert

RGB 223 133 109 -
CMYK 0 0.40 0.51 0.13
HSL 12.63º 0.64% 0.65% -
HSV(B) 12.63º 0.51% 0.87% -
XYZ 41.58 33.57 18.76 -
YUV 157.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 223 133 109 0 0.40 0.51 0.13 12.63 0.64 0.65
Hex DF 85 6D 0 28 33 D D 40 41
Octal 337 205 155 0 50 63 15 15 100 101
Binary 11011111 10000101 1101101 0 101000 110011 1101 1101 1000000 1000001

Color Harmonies of #DF856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF856D

Black with #DF856D

Text Example


Text Example

White with #DF856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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