Html Css Color HEX #DF856E New York Pink

📋 copy color: '#DF856E'

red 223 ◦ green 133 ◦ blue 110

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

Shades of New York Pink #DF856E

Tints of New York Pink #DF856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 47.85%
G = 28.54%
B = 23.61%

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

#DF856E (or 0xDF856E) is known color: New York Pink. HEX triplet: DF, 85 and 6E. RGB value is (223,133,110). Sum of RGB (Red+Green+Blue) = 223+133+110=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF856E is #207A91. Grayscale: #9D9D9D. Windows color (decimal): -2128530 or 7243231. OLE color: 7243231.

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

Color convert

RGB 223 133 110 -
CMYK 0 0.40 0.51 0.13
HSL 12.21º 0.64% 0.65% -
HSV(B) 12.21º 0.51% 0.87% -
XYZ 41.63 33.59 19.04 -
YUV 157.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 223 133 110 0 0.40 0.51 0.13 12.21 0.64 0.65
Hex DF 85 6E 0 28 33 D C 40 41
Octal 337 205 156 0 50 63 15 14 100 101
Binary 11011111 10000101 1101110 0 101000 110011 1101 1100 1000000 1000001

Color Harmonies of #DF856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF856E

Black with #DF856E

Text Example


Text Example

White with #DF856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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