Html Css Color HEX #DC8074 New York Pink

📋 copy color: '#DC8074'

red 220 ◦ green 128 ◦ blue 116

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

Shades of New York Pink #DC8074

Tints of New York Pink #DC8074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25%

R = 47.41%
G = 27.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8074 (or 0xDC8074) is known color: New York Pink. HEX triplet: DC, 80 and 74. RGB value is (220,128,116). Sum of RGB (Red+Green+Blue) = 220+128+116=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8074 is #237F8B. Grayscale: #9A9A9A. Windows color (decimal): -2326412 or 7635164. OLE color: 7635164.

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

Color convert

RGB 220 128 116 -
CMYK 0 0.42 0.47 0.14
HSL 6.92º 0.6% 0.66% -
HSV(B) 6.92º 0.47% 0.86% -
XYZ 40.39 31.91 20.55 -
YUV 154.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 220 128 116 0 0.42 0.47 0.14 6.92 0.6 0.66
Hex DC 80 74 0 2A 2F E 7 3C 42
Octal 334 200 164 0 52 57 16 7 74 102
Binary 11011100 10000000 1110100 0 101010 101111 1110 111 111100 1000010

Color Harmonies of #DC8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8074

Black with #DC8074

Text Example


Text Example

White with #DC8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8074; }

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

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

background-color css

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

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

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

border-color css

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

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

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