Html Css Color HEX #DC8072 New York Pink

📋 copy color: '#DC8072'

red 220 ◦ green 128 ◦ blue 114

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

Shades of New York Pink #DC8072

Tints of New York Pink #DC8072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 47.62%
G = 27.71%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC8072 (or 0xDC8072) is known color: New York Pink. HEX triplet: DC, 80 and 72. RGB value is (220,128,114). Sum of RGB (Red+Green+Blue) = 220+128+114=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8072 is #237F8D. Grayscale: #9A9A9A. Windows color (decimal): -2326414 or 7504092. OLE color: 7504092.

HSL color Cylindrical-coordinate representation of color #DC8072: hue angle of 7.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8072 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 114 -
CMYK 0 0.42 0.48 0.14
HSL 7.92º 0.6% 0.65% -
HSV(B) 7.92º 0.48% 0.86% -
XYZ 40.27 31.87 19.95 -
YUV 153.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 220 128 114 0 0.42 0.48 0.14 7.92 0.6 0.65
Hex DC 80 72 0 2A 30 E 8 3C 41
Octal 334 200 162 0 52 60 16 10 74 101
Binary 11011100 10000000 1110010 0 101010 110000 1110 1000 111100 1000001

Color Harmonies of #DC8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8072

Black with #DC8072

Text Example


Text Example

White with #DC8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8072; }

 p { color: rgb(220,128,114); }

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

background-color css

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

 a { background-color: rgb(220,128,114); }

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

border-color css

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

 span { border-color: rgb(220,128,114); }

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