Html Css Color HEX #DC8678 New York Pink

📋 copy color: '#DC8678'

red 220 ◦ green 134 ◦ blue 120

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

Shades of New York Pink #DC8678

Tints of New York Pink #DC8678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 46.41%
G = 28.27%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8678 (or 0xDC8678) is known color: New York Pink. HEX triplet: DC, 86 and 78. RGB value is (220,134,120). Sum of RGB (Red+Green+Blue) = 220+134+120=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8678 is #237987. Grayscale: #9E9E9E. Windows color (decimal): -2324872 or 7898844. OLE color: 7898844.

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

Color convert

RGB 220 134 120 -
CMYK 0 0.39 0.45 0.14
HSL 8.4º 0.59% 0.67% -
HSV(B) 8.4º 0.45% 0.86% -
XYZ 41.43 33.62 22.08 -
YUV 158.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 220 134 120 0 0.39 0.45 0.14 8.4 0.59 0.67
Hex DC 86 78 0 27 2D E 8 3B 43
Octal 334 206 170 0 47 55 16 10 73 103
Binary 11011100 10000110 1111000 0 100111 101101 1110 1000 111011 1000011

Color Harmonies of #DC8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8678

Black with #DC8678

Text Example


Text Example

White with #DC8678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8678; }

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

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

background-color css

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

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

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

border-color css

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

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

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