Html Css Color HEX #DF856F New York Pink

📋 copy color: '#DF856F'

red 223 ◦ green 133 ◦ blue 111

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

Shades of New York Pink #DF856F

Tints of New York Pink #DF856F

RGB

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

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

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

R = 47.75%
G = 28.48%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF856F (or 0xDF856F) is known color: New York Pink. HEX triplet: DF, 85 and 6F. RGB value is (223,133,111). Sum of RGB (Red+Green+Blue) = 223+133+111=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF856F is #207A90. Grayscale: #9D9D9D. Windows color (decimal): -2128529 or 7308767. OLE color: 7308767.

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

Color convert

RGB 223 133 111 -
CMYK 0 0.40 0.50 0.13
HSL 11.79º 0.64% 0.65% -
HSV(B) 11.79º 0.5% 0.87% -
XYZ 41.69 33.61 19.33 -
YUV 157.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 223 133 111 0 0.40 0.50 0.13 11.79 0.64 0.65
Hex DF 85 6F 0 28 32 D C 40 41
Octal 337 205 157 0 50 62 15 14 100 101
Binary 11011111 10000101 1101111 0 101000 110010 1101 1100 1000000 1000001

Color Harmonies of #DF856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF856F

Black with #DF856F

Text Example


Text Example

White with #DF856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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