Html Css Color HEX #DC8978 New York Pink

📋 copy color: '#DC8978'

red 220 ◦ green 137 ◦ blue 120

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

Shades of New York Pink #DC8978

Tints of New York Pink #DC8978

RGB

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

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

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

R = 46.12%
G = 28.72%
B = 25.16%

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

#DC8978 (or 0xDC8978) is known color: New York Pink. HEX triplet: DC, 89 and 78. RGB value is (220,137,120). Sum of RGB (Red+Green+Blue) = 220+137+120=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8978 is #237687. Grayscale: #A0A0A0. Windows color (decimal): -2324104 or 7899612. OLE color: 7899612.

HSL color Cylindrical-coordinate representation of color #DC8978: hue angle of 10.2º 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 #DC8978 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 120 -
CMYK 0 0.38 0.45 0.14
HSL 10.2º 0.59% 0.67% -
HSV(B) 10.2º 0.45% 0.86% -
XYZ 41.85 34.46 22.22 -
YUV 159.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 220 137 120 0 0.38 0.45 0.14 10.2 0.59 0.67
Hex DC 89 78 0 26 2D E A 3B 43
Octal 334 211 170 0 46 55 16 12 73 103
Binary 11011100 10001001 1111000 0 100110 101101 1110 1010 111011 1000011

Color Harmonies of #DC8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8978

Black with #DC8978

Text Example


Text Example

White with #DC8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8978; }

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

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

background-color css

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

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

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

border-color css

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

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

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