Html Css Color HEX #DF8076 New York Pink

📋 copy color: '#DF8076'

red 223 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #DF8076

Tints of New York Pink #DF8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 47.55%
G = 27.29%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF8076 (or 0xDF8076) is known color: New York Pink. HEX triplet: DF, 80 and 76. RGB value is (223,128,118). Sum of RGB (Red+Green+Blue) = 223+128+118=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8076 is #207F89. Grayscale: #9B9B9B. Windows color (decimal): -2129802 or 7766239. OLE color: 7766239.

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

Color convert

RGB 223 128 118 -
CMYK 0 0.43 0.47 0.13
HSL 5.71º 0.62% 0.67% -
HSV(B) 5.71º 0.47% 0.87% -
XYZ 41.42 32.43 21.22 -
YUV 155.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 223 128 118 0 0.43 0.47 0.13 5.71 0.62 0.67
Hex DF 80 76 0 2B 2F D 6 3E 43
Octal 337 200 166 0 53 57 15 6 76 103
Binary 11011111 10000000 1110110 0 101011 101111 1101 110 111110 1000011

Color Harmonies of #DF8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8076

Black with #DF8076

Text Example


Text Example

White with #DF8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8076; }

 p { color: rgb(223,128,118); }

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

background-color css

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

 a { background-color: rgb(223,128,118); }

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

border-color css

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

 span { border-color: rgb(223,128,118); }

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