Html Css Color HEX #DC8076 New York Pink

📋 copy color: '#DC8076'

red 220 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #DC8076

Tints of New York Pink #DC8076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.32%

R = 47.21%
G = 27.47%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8076 (or 0xDC8076) is known color: New York Pink. HEX triplet: DC, 80 and 76. RGB value is (220,128,118). Sum of RGB (Red+Green+Blue) = 220+128+118=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8076 is #237F89. Grayscale: #9A9A9A. Windows color (decimal): -2326410 or 7766236. OLE color: 7766236.

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

Color convert

RGB 220 128 118 -
CMYK 0 0.42 0.46 0.14
HSL 5.88º 0.59% 0.66% -
HSV(B) 5.88º 0.46% 0.86% -
XYZ 40.5 31.96 21.17 -
YUV 154.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 220 128 118 0 0.42 0.46 0.14 5.88 0.59 0.66
Hex DC 80 76 0 2A 2E E 6 3B 42
Octal 334 200 166 0 52 56 16 6 73 102
Binary 11011100 10000000 1110110 0 101010 101110 1110 110 111011 1000010

Color Harmonies of #DC8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8076

Black with #DC8076

Text Example


Text Example

White with #DC8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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