Html Css Color HEX #DC8478 New York Pink

📋 copy color: '#DC8478'

red 220 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #DC8478

Tints of New York Pink #DC8478

RGB

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

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

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

R = 46.61%
G = 27.97%
B = 25.42%

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

#DC8478 (or 0xDC8478) is known color: New York Pink. HEX triplet: DC, 84 and 78. RGB value is (220,132,120). Sum of RGB (Red+Green+Blue) = 220+132+120=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8478 is #237B87. Grayscale: #9D9D9D. Windows color (decimal): -2325384 or 7898332. OLE color: 7898332.

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

Color convert

RGB 220 132 120 -
CMYK 0 0.40 0.45 0.14
HSL 7.2º 0.59% 0.67% -
HSV(B) 7.2º 0.45% 0.86% -
XYZ 41.16 33.07 21.98 -
YUV 156.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 220 132 120 0 0.40 0.45 0.14 7.2 0.59 0.67
Hex DC 84 78 0 28 2D E 7 3B 43
Octal 334 204 170 0 50 55 16 7 73 103
Binary 11011100 10000100 1111000 0 101000 101101 1110 111 111011 1000011

Color Harmonies of #DC8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8478

Black with #DC8478

Text Example


Text Example

White with #DC8478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8478; }

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

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

background-color css

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

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

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

border-color css

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

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

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