Html Css Color HEX #DC8479 New York Pink

📋 copy color: '#DC8479'

red 220 ◦ green 132 ◦ blue 121

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

Shades of New York Pink #DC8479

Tints of New York Pink #DC8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

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

R = 46.51%
G = 27.91%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8479 (or 0xDC8479) is known color: New York Pink. HEX triplet: DC, 84 and 79. RGB value is (220,132,121). Sum of RGB (Red+Green+Blue) = 220+132+121=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8479 is #237B86. Grayscale: #9D9D9D. Windows color (decimal): -2325383 or 7963868. OLE color: 7963868.

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

Color convert

RGB 220 132 121 -
CMYK 0 0.40 0.45 0.14
HSL 6.67º 0.59% 0.67% -
HSV(B) 6.67º 0.45% 0.86% -
XYZ 41.22 33.1 22.31 -
YUV 157.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 220 132 121 0 0.40 0.45 0.14 6.67 0.59 0.67
Hex DC 84 79 0 28 2D E 7 3B 43
Octal 334 204 171 0 50 55 16 7 73 103
Binary 11011100 10000100 1111001 0 101000 101101 1110 111 111011 1000011

Color Harmonies of #DC8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8479

Black with #DC8479

Text Example


Text Example

White with #DC8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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