Html Css Color HEX #DC8979 New York Pink

📋 copy color: '#DC8979'

red 220 ◦ green 137 ◦ blue 121

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

Shades of New York Pink #DC8979

Tints of New York Pink #DC8979

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

 GREEN value IS 137 (53.91% from 255) = 28.66%

 BLUE value IS 121 (47.66% from 255) = 25.31%

R = 46.03%
G = 28.66%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8979 (or 0xDC8979) is known color: New York Pink. HEX triplet: DC, 89 and 79. RGB value is (220,137,121). Sum of RGB (Red+Green+Blue) = 220+137+121=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8979 is #237686. Grayscale: #A0A0A0. Windows color (decimal): -2324103 or 7965148. OLE color: 7965148.

HSL color Cylindrical-coordinate representation of color #DC8979: hue angle of 9.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8979 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 121 -
CMYK 0 0.38 0.45 0.14
HSL 9.7º 0.59% 0.67% -
HSV(B) 9.7º 0.45% 0.86% -
XYZ 41.91 34.49 22.54 -
YUV 159.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 220 137 121 0 0.38 0.45 0.14 9.7 0.59 0.67
Hex DC 89 79 0 26 2D E A 3B 43
Octal 334 211 171 0 46 55 16 12 73 103
Binary 11011100 10001001 1111001 0 100110 101101 1110 1010 111011 1000011

Color Harmonies of #DC8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8979

Black with #DC8979

Text Example


Text Example

White with #DC8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8979; }

 p { color: rgb(220,137,121); }

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

background-color css

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

 a { background-color: rgb(220,137,121); }

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

border-color css

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

 span { border-color: rgb(220,137,121); }

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