Html Css Color HEX #DF8E74 New York Pink

📋 copy color: '#DF8E74'

red 223 ◦ green 142 ◦ blue 116

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

Shades of New York Pink #DF8E74

Tints of New York Pink #DF8E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 46.36%
G = 29.52%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF8E74 (or 0xDF8E74) is known color: New York Pink. HEX triplet: DF, 8E and 74. RGB value is (223,142,116). Sum of RGB (Red+Green+Blue) = 223+142+116=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E74 is #20718B. Grayscale: #A3A3A3. Windows color (decimal): -2126220 or 7638751. OLE color: 7638751.

HSL color Cylindrical-coordinate representation of color #DF8E74: hue angle of 14.58º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF8E74 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 116 -
CMYK 0 0.36 0.48 0.13
HSL 14.58º 0.63% 0.66% -
HSV(B) 14.58º 0.48% 0.87% -
XYZ 43.26 36.29 21.25 -
YUV 163.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 223 142 116 0 0.36 0.48 0.13 14.58 0.63 0.66
Hex DF 8E 74 0 24 30 D F 3F 42
Octal 337 216 164 0 44 60 15 17 77 102
Binary 11011111 10001110 1110100 0 100100 110000 1101 1111 111111 1000010

Color Harmonies of #DF8E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E74

Black with #DF8E74

Text Example


Text Example

White with #DF8E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E74; }

 p { color: rgb(223,142,116); }

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

background-color css

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

 a { background-color: rgb(223,142,116); }

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

border-color css

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

 span { border-color: rgb(223,142,116); }

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