Html Css Color HEX #DF8E78 New York Pink

📋 copy color: '#DF8E78'

red 223 ◦ green 142 ◦ blue 120

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

Shades of New York Pink #DF8E78

Tints of New York Pink #DF8E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 45.98%
G = 29.28%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF8E78 (or 0xDF8E78) is known color: New York Pink. HEX triplet: DF, 8E and 78. RGB value is (223,142,120). Sum of RGB (Red+Green+Blue) = 223+142+120=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E78 is #207187. Grayscale: #A3A3A3. Windows color (decimal): -2126216 or 7900895. OLE color: 7900895.

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

Color convert

RGB 223 142 120 -
CMYK 0 0.36 0.46 0.13
HSL 12.82º 0.62% 0.67% -
HSV(B) 12.82º 0.46% 0.87% -
XYZ 43.49 36.39 22.5 -
YUV 163.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 223 142 120 0 0.36 0.46 0.13 12.82 0.62 0.67
Hex DF 8E 78 0 24 2E D D 3E 43
Octal 337 216 170 0 44 56 15 15 76 103
Binary 11011111 10001110 1111000 0 100100 101110 1101 1101 111110 1000011

Color Harmonies of #DF8E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E78

Black with #DF8E78

Text Example


Text Example

White with #DF8E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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